comparison backend/doc/documentation/de/importer-manual.tex @ 5838:5aa05a7a34b7

Rename modules to more fitting names.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 15:23:37 +0200
parents flys-backend/doc/documentation/de/importer-manual.tex@4f65d833680f
children e41059fb4073
comparison
equal deleted inserted replaced
5837:d9901a08d0a6 5838:5aa05a7a34b7
1 \documentclass[12pt]{scrartcl}
2
3 %----------------------------------------------
4 % Load packages
5
6 \usepackage{a4}
7 \usepackage{times}
8 \usepackage[latin1]{inputenc}
9 \usepackage{fancyhdr}
10 %\usepackage{german}
11 %\usepackage[marvosym]{eurofont}
12 %\usepackage[all, light]{draftcopy}
13 %\usepackage{supertabular}
14 %\usepackage{colortbl}
15 %\usepackage{epsf}
16 \usepackage{graphicx}
17 \usepackage{lastpage}
18 %\usepackage{proposal}
19 \usepackage{listings}
20 \usepackage[hyperindex=true, bookmarks=true, breaklinks=true,
21 colorlinks=true, linkcolor=red,bookmarksopen]{hyperref}
22 % German Silbentrennung
23 \usepackage[ngerman]{babel}
24
25 %----------------------------------------------
26 % Document DATE and VERSION
27 % set these values when releasing a new version
28
29 \newcommand{\documentdate}{19. Februar 2013}
30 \newcommand{\documentversion}{1.1}
31 \newcommand{\documentrevision}{rev5062}
32 \newcommand{\documentID}{importer-manual.tex}
33 %----------------------------------------------
34
35 %----------------------------------------------
36 % Document TITLE
37 \newcommand{\documenttitle}{FLYS: Datenimport von Fach- und Geodaten}
38
39 \newcommand{\todo}{\textcolor{red}{ TODO }}
40
41
42 %----------------------------------------------
43 % Some parameters for layouting
44
45 \paperwidth=21cm
46 \hoffset=-0.54cm
47 \textwidth=16cm
48
49 \paperheight=29.7cm
50 \voffset=-1.5cm
51 \topmargin=0cm
52 \headheight=1cm
53 \textheight=24cm
54
55 \setcounter{secnumdepth}{4}
56 \setcounter{tocdepth}{4}
57
58 %----------------------------------------------
59
60 \begin{document}
61
62 \lstset{ %
63 language=sh,
64 basicstyle=\ttfamily, % the size of the fonts that are used for the code
65 numbers=left, % where to put the line-numbers
66 numberstyle=\footnotesize, % the size of the fonts that are used for the line-numbers
67 numbersep=5pt, % how far the line-numbers are from the code
68 % backgroundcolor=\color{white}, % choose the background color. You must add \usepackage{color}
69 showspaces=false, % show spaces adding particular underscores
70 showstringspaces=false, % underline spaces within strings
71 showtabs=false, % show tabs within strings adding particular underscores
72 frame=single, % adds a frame around the code
73 tabsize=2, % sets default tabsize to 2 spaces
74 captionpos=b, % sets the caption-position to bottom
75 breaklines=true, % sets automatic line breaking
76 breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
77 title=\lstname, % show the filename of files included with \lstinputlisting; also try caption instead of title
78 escapeinside={\%*}{*)} % if you want to add a comment within your code
79 % morekeywords={*,...} % if you want to add more keywords to the set
80 }
81
82 %-----------------------------------
83 % HEADER/FOOTER DEFINITION
84
85 % for some pages latex switches back to pagestyle plain :-(
86 \fancypagestyle{plain}{%
87 \fancyhf{} % clear all header and footer fields
88 \fancyhead[LO,RE]{\footnotesize \documenttitle\\ \leftmark}
89 \fancyfoot[RO,LE]{\footnotesize Intevation GmbH} % Author
90 \fancyfoot[CO,CE]{\footnotesize \thepage/\pageref{LastPage}}
91 \fancyfoot[LO,RE]{\footnotesize \documentdate
92 \\\documentID}
93 \renewcommand{\footrulewidth}{0.4pt}
94 }
95
96 % and now define pagestyle fancy
97 \fancyhead{} % clear all fields
98 \fancyhead[LO]{\footnotesize \documenttitle\\ \leftmark}
99
100 \fancyfoot{}% clear all fields
101 \fancyfoot[RO]{\footnotesize Intevation GmbH} % Author
102 \fancyfoot[CO]{\footnotesize \thepage/\pageref{LastPage}}
103 \fancyfoot[LO]{\footnotesize \documentdate
104 \\\documentID}
105
106 \renewcommand{\footrulewidth}{0.4pt}
107
108 %
109 % END Header/Footer Definition
110 %-----------------------------------
111
112 %----------------------------------------------
113 % MACRO DEFINITION
114 %
115 % \Fig{figure}{lof text}{caption} :
116 % places 'figure' and
117 % writes 'caption' at the bottom with leading
118 % 'Abbildung figno:'. 'lof text' is added to the list of
119 % figures.
120 % Example:
121 % \Fig{\epsfxsize30mm \epsffile{x.eps}}{the x}{the x}
122 %
123 % \FigNoEntry{}{} :
124 % same as above, no entry in figures list
125 %
126 % \FigCaption{} :
127 % line with figure caption, setting figure
128 % counter and figures list
129 %
130 % \Tab{table}{lot text}{caption} :
131 % places 'table' and writes caption on top of the table
132 % with leading 'Tabelle tabno:'. 'lot text' is added to
133 % the list of tables.
134 %****************************************************************************
135 % Figure makro for graphics continously enumerated.
136 %
137
138 \newcounter{FigCnt}
139 \newcounter{TabCnt}
140
141 \newcommand{\Fig}[3]%
142 {
143 \refstepcounter{FigCnt}
144 \addcontentsline{lof}{figure}%
145 {\protect\numberline{\arabic{FigCnt}}{#2}}
146 \mbox{#1}
147
148 \nopagebreak
149 {Abbildung \arabic{FigCnt}: #3}
150
151 }
152
153 \newcommand{\FigNoEntry}[2]%
154 {
155 \refstepcounter{FigCnt}
156 \mbox{#1}
157
158 \nopagebreak
159 {Abbildung \arabic{FigCnt}: #2}
160
161 }
162
163 \newcommand{\FigCaption}[1]%
164 {
165 \refstepcounter{FigCnt}
166 \addcontentsline{lof}{figure}%
167 {\protect\numberline{\arabic{FigCnt}}{#1}}
168
169 %{Figure \thesection.\arabic{FigCnt}: #1}
170 }
171
172 \newcommand{\Tab}[3]%
173 {
174 \refstepcounter{TabCnt}
175 \addcontentsline{lot}{figure}%
176 {\protect\numberline{\arabic{TabCnt}}{#2}}
177 {Tabelle \arabic{TabCnt}: #3}
178 \nopagebreak
179 #1
180
181 }
182
183 \hyphenation{Intevation}
184 % end macro definition
185
186 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
187
188 \newcounter{schritt}
189 \renewcommand{\theschritt}{\Roman{schritt}}
190 %\makeatletter\renewcommand{\p@schritt}{Abschnitt~\thesubsubsection~}\makeatother
191
192 %-----------------------------------
193 % DOCUMENT SETTINGS
194 \pagestyle{fancy}
195 \setlength{\parindent}{0cm}
196 \setlength{\parskip}{5pt plus 2pt minus 1pt}
197
198 % Start actual content here
199 \include{title}
200 \newpage
201 \tableofcontents
202 \include{overview}
203 \include{importer-hydr-morph}
204 \include{importer-geodaesie}
205
206 \end{document}

http://dive4elements.wald.intevation.org