File: Documentation.tex

package info (click to toggle)
libchart-perl 2.4.1-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,804 kB
  • ctags: 370
  • sloc: perl: 9,120; makefile: 532
file content (78 lines) | stat: -rwxr-xr-x 1,711 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
% Documentation.tex
%
\documentclass[11pt]{article}

\usepackage{a4}     % DIN A4
%\usepackage{german} % Deutsche Trennung

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}

\usepackage[pdftex]{graphicx}
\usepackage{makeidx}
\makeindex


%\includeonly{definitions,base}
%\includeonly{definitions,bars}
%\includeonly{definitions,composite}
%\includeonly{definitions,direction}
%\includeonly{definitions,error}
%\includeonly{definitions,hbars}
%\includeonly{definitions,lines}
%\includeonly{definitions,linespoints}
%\includeonly{definitions,mountain}
%\includeonly{definitions,pareto}
%\includeonly{definitions,pie}
%\includeonly{definitions,points}
%\includeonly{definitions,split}
%\includeonly{definitions,stacked}

% Hyphenations
\hyphenation{init dataref}


\begin{document}

\pagenumbering{Roman} 
\title{Dokumentation of Perl Module \textbf{Chart}}

%% Name der Autoren 
%% Die Adressenangaben werden mit \thanks{} eingeschlossen
%% Name des ersten Autors
\author{Chart Group\thanks{Bundesamt fr Kartographie und Geodsie, 
Fundamentalstation Wettzell, Sackenrieder Strae 25, 
D-93444 Ktzting, E-mail: chart@wettzell.ifag.de}}

\maketitle
\begin{center}
\Large Version 2.4
\end{center}

\clearpage
\texttt{\ttfamily}
\tableofcontents

% Einleitung
\pagenumbering{arabic}
\include{definitions}
\include{description}
%\include{example}
\include{base}
\include{bars}
\include{composite}
\include{direction}
\include{error}
\include{hbars}
\include{lines}
\include{linespoints}
\include{mountain}
\include{pareto}
\include{pie}
\include{points}
\include{split}
\include{stacked}
\listoffigures
\printindex

\end{document}