Mercurial > dive4elements > gnv-client
comparison doc/tex/tech-doku.tex @ 900:6df869086544
Moved content to trunk
doc/trunk@1022 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Hans Plum <hans.plum@intevation.de> |
---|---|
date | Wed, 28 Apr 2010 14:17:46 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 900:6df869086544 |
---|---|
1 %vim: fenc=utf-8 | |
2 \documentclass[a4paper, 11pt]{article} | |
3 | |
4 \usepackage[utf8]{inputenc} | |
5 \usepackage[ngerman]{babel} | |
6 \usepackage{fancyhdr} | |
7 \usepackage{graphicx} | |
8 | |
9 \pagestyle{fancy} | |
10 \fancyhead{} | |
11 | |
12 \sloppy | |
13 | |
14 | |
15 \begin{document} | |
16 | |
17 \begin{titlepage} | |
18 \title{GNV - Generischer Viewer\\ | |
19 Technische Dokumentation} | |
20 \author{Sascha L. Teichmann\\ | |
21 Intevation GmbH\\ | |
22 \texttt{sascha.teichmann@intevation.de}} | |
23 \date{\today} | |
24 \maketitle | |
25 \thispagestyle{empty} | |
26 \end{titlepage} | |
27 | |
28 \newpage | |
29 | |
30 \begin{abstract} | |
31 Dieses Dokument beschreibt den architektonischen Aufbau | |
32 des GNV und den Zugang hin zur Anpassung der Konfiguration | |
33 und des System selbst. | |
34 \end{abstract} | |
35 | |
36 | |
37 | |
38 \newpage | |
39 | |
40 \setcounter{page}{1} | |
41 | |
42 \tableofcontents | |
43 | |
44 \newpage | |
45 | |
46 \thispagestyle{empty} | |
47 \chapter{Einleitung} | |
48 \label{section:introduction} | |
49 | |
50 | |
51 | |
52 \end{document} |