annotate doc/config-manual/config-manual.tex @ 948:975bb59bb136

Adapted config-manual according to admin-manual doc/trunk@1092 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Hans Plum <hans.plum@intevation.de>
date Wed, 12 May 2010 11:56:36 +0000
parents 9a28846dfb9c
children 411b09d348ca
rev   line source
905
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
1 \documentclass[12pt]{scrartcl}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
2
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
3 %----------------------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
4 % Load packages
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
5
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
6 \usepackage{a4}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
7 \usepackage{times}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
8 \usepackage[latin1]{inputenc}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
9 \usepackage{fancyhdr}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
10 %\usepackage{german}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
11 %\usepackage[marvosym]{eurofont}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
12 %\usepackage[all, light]{draftcopy}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
13 %\usepackage{supertabular}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
14 %\usepackage{colortbl}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
15 %\usepackage{epsf}
912
3ca45a124985 Fixed compilation error
Hans Plum <hans.plum@intevation.de>
parents: 911
diff changeset
16 \usepackage{graphicx}
905
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
17 \usepackage{lastpage}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
18 %\usepackage{proposal}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
19 \usepackage{listings}
948
975bb59bb136 Adapted config-manual according to admin-manual
Hans Plum <hans.plum@intevation.de>
parents: 947
diff changeset
20 \usepackage[hyperindex=true, bookmarks=true, breaklinks=true,
975bb59bb136 Adapted config-manual according to admin-manual
Hans Plum <hans.plum@intevation.de>
parents: 947
diff changeset
21 colorlinks=true, linkcolor=red,bookmarksopen]{hyperref}
905
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
22
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
23 %----------------------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
24 % Document DATE and VERSION
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
25 % set these values when releasing a new version
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
26
948
975bb59bb136 Adapted config-manual according to admin-manual
Hans Plum <hans.plum@intevation.de>
parents: 947
diff changeset
27 \newcommand{\documentdate}{May 12th, 2010}
905
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
28 \newcommand{\documentversion}{1.0}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
29 \newcommand{\documentrevision}{FIXME SVN REV}
948
975bb59bb136 Adapted config-manual according to admin-manual
Hans Plum <hans.plum@intevation.de>
parents: 947
diff changeset
30 \newcommand{\documentID}{config-manual.tex}
905
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
31 %----------------------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
32
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
33 %----------------------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
34 % Document TITLE
948
975bb59bb136 Adapted config-manual according to admin-manual
Hans Plum <hans.plum@intevation.de>
parents: 947
diff changeset
35 \newcommand{\documenttitle}{Generic Viewer -- Reference and Configuration}
905
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
36
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
37
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
38 %----------------------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
39 % Some parameters for layouting
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
40
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
41 \paperwidth=21cm
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
42 \hoffset=-0.54cm
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
43 \textwidth=17cm
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
44
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
45 \paperheight=29.7cm
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
46 \voffset=-1.5cm
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
47 \topmargin=0cm
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
48 \headheight=1cm
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
49 \textheight=24cm
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
50
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
51 \setcounter{secnumdepth}{4}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
52 \setcounter{tocdepth}{4}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
53
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
54 %----------------------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
55
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
56 \begin{document}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
57
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
58 \lstset{ %
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
59 language=sh,
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
60 basicstyle=\ttfamily, % the size of the fonts that are used for the code
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
61 numbers=left, % where to put the line-numbers
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
62 numberstyle=\footnotesize, % the size of the fonts that are used for the line-numbers
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
63 numbersep=5pt, % how far the line-numbers are from the code
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
64 % backgroundcolor=\color{white}, % choose the background color. You must add \usepackage{color}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
65 showspaces=false, % show spaces adding particular underscores
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
66 showstringspaces=false, % underline spaces within strings
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
67 showtabs=false, % show tabs within strings adding particular underscores
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
68 frame=single, % adds a frame around the code
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
69 tabsize=2, % sets default tabsize to 2 spaces
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
70 captionpos=b, % sets the caption-position to bottom
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
71 breaklines=true, % sets automatic line breaking
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
72 breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
73 title=\lstname, % show the filename of files included with \lstinputlisting; also try caption instead of title
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
74 escapeinside={\%*}{*)} % if you want to add a comment within your code
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
75 % morekeywords={*,...} % if you want to add more keywords to the set
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
76 }
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
77
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
78 %-----------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
79 % HEADER/FOOTER DEFINITION
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
80
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
81 % for some pages latex switches back to pagestyle plain :-(
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
82 \fancypagestyle{plain}{%
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
83 \fancyhf{} % clear all header and footer fields
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
84 \fancyhead[LO,RE]{\footnotesize \documenttitle\\ \leftmark}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
85 \fancyfoot[RO,LE]{\footnotesize Intevation GmbH} % Author
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
86 \fancyfoot[CO,CE]{\footnotesize \thepage/\pageref{LastPage}}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
87 \fancyfoot[LO,RE]{\footnotesize \documentdate
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
88 \\\documentID}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
89 \renewcommand{\footrulewidth}{0.4pt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
90 }
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
91
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
92 % and now define pagestyle fancy
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
93 \fancyhead{} % clear all fields
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
94 \fancyhead[LO]{\footnotesize \documenttitle\\ \leftmark}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
95
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
96 \fancyfoot{}% clear all fields
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
97 \fancyfoot[RO]{\footnotesize Intevation GmbH} % Author
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
98 \fancyfoot[CO]{\footnotesize \thepage/\pageref{LastPage}}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
99 \fancyfoot[LO]{\footnotesize \documentdate
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
100 \\\documentID}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
101
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
102 \renewcommand{\footrulewidth}{0.4pt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
103
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
104 %
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
105 % END Header/Footer Definition
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
106 %-----------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
107
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
108 %----------------------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
109 % MACRO DEFINITION
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
110 %
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
111 % \Fig{figure}{lof text}{caption} :
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
112 % places 'figure' and
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
113 % writes 'caption' at the bottom with leading
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
114 % 'Abbildung figno:'. 'lof text' is added to the list of
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
115 % figures.
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
116 % Example:
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
117 % \Fig{\epsfxsize30mm \epsffile{x.eps}}{the x}{the x}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
118 %
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
119 % \FigNoEntry{}{} :
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
120 % same as above, no entry in figures list
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
121 %
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
122 % \FigCaption{} :
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
123 % line with figure caption, setting figure
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
124 % counter and figures list
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
125 %
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
126 % \Tab{table}{lot text}{caption} :
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
127 % places 'table' and writes caption on top of the table
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
128 % with leading 'Tabelle tabno:'. 'lot text' is added to
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
129 % the list of tables.
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
130 %****************************************************************************
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
131 % Figure makro for graphics continously enumerated.
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
132 %
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
133
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
134 \newcounter{FigCnt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
135 \newcounter{TabCnt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
136
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
137 \newcommand{\Fig}[3]%
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
138 {
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
139 \refstepcounter{FigCnt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
140 \addcontentsline{lof}{figure}%
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
141 {\protect\numberline{\arabic{FigCnt}}{#2}}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
142 \mbox{#1}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
143
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
144 \nopagebreak
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
145 {Abbildung \arabic{FigCnt}: #3}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
146
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
147 }
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
148
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
149 \newcommand{\FigNoEntry}[2]%
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
150 {
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
151 \refstepcounter{FigCnt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
152 \mbox{#1}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
153
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
154 \nopagebreak
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
155 {Abbildung \arabic{FigCnt}: #2}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
156
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
157 }
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
158
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
159 \newcommand{\FigCaption}[1]%
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
160 {
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
161 \refstepcounter{FigCnt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
162 \addcontentsline{lof}{figure}%
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
163 {\protect\numberline{\arabic{FigCnt}}{#1}}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
164
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
165 %{Figure \thesection.\arabic{FigCnt}: #1}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
166 }
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
167
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
168 \newcommand{\Tab}[3]%
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
169 {
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
170 \refstepcounter{TabCnt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
171 \addcontentsline{lot}{figure}%
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
172 {\protect\numberline{\arabic{TabCnt}}{#2}}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
173 {Tabelle \arabic{TabCnt}: #3}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
174 \nopagebreak
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
175 #1
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
176
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
177 }
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
178
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
179 \hyphenation{Intevation}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
180 % end macro definition
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
181
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
182 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
183
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
184 \newcounter{schritt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
185 \renewcommand{\theschritt}{\Roman{schritt}}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
186 %\makeatletter\renewcommand{\p@schritt}{Abschnitt~\thesubsubsection~}\makeatother
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
187
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
188 %-----------------------------------
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
189 % DOCUMENT SETTINGS
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
190 \pagestyle{fancy}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
191 \setlength{\parindent}{0cm}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
192 \setlength{\parskip}{5pt plus 2pt minus 1pt}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
193
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
194 % Start actual content here
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
195 \include{title}
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
196 \newpage
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
197 \tableofcontents
938
2d84fc30ab58 Added more chapters in config-manual
Hans Plum <hans.plum@intevation.de>
parents: 935
diff changeset
198 \include{overview}
935
38bc313ef068 Added separat LaTex-File for the Documentation of the general settings.
Tim Englich <tim.englich@intevation.de>
parents: 912
diff changeset
199 \include{general_settings}
938
2d84fc30ab58 Added more chapters in config-manual
Hans Plum <hans.plum@intevation.de>
parents: 935
diff changeset
200 \include{administering_artifact-server}
2d84fc30ab58 Added more chapters in config-manual
Hans Plum <hans.plum@intevation.de>
parents: 935
diff changeset
201 \include{generating_charts}
2d84fc30ab58 Added more chapters in config-manual
Hans Plum <hans.plum@intevation.de>
parents: 935
diff changeset
202 \include{generating_maps}
906
03d58951889e Added first Part of Documentation for Section Model of Transitions
Tim Englich <tim.englich@intevation.de>
parents: 905
diff changeset
203 \include{model_of_transitions}
947
9a28846dfb9c Final QS for V1.0
Hans Plum <hans.plum@intevation.de>
parents: 938
diff changeset
204 \include{miscellanea}
905
0a86b992ab1f Integrated Structure and basic File for LaTex-Documents for the Config-Manual
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
205 \end{document}

http://dive4elements.wald.intevation.org