Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/tex/tech-doku.tex Wed Apr 28 14:17:46 2010 +0000 @@ -0,0 +1,52 @@ +%vim: fenc=utf-8 +\documentclass[a4paper, 11pt]{article} + +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{fancyhdr} +\usepackage{graphicx} + +\pagestyle{fancy} +\fancyhead{} + +\sloppy + + +\begin{document} + +\begin{titlepage} +\title{GNV - Generischer Viewer\\ + Technische Dokumentation} +\author{Sascha L. Teichmann\\ + Intevation GmbH\\ + \texttt{sascha.teichmann@intevation.de}} +\date{\today} +\maketitle +\thispagestyle{empty} +\end{titlepage} + +\newpage + +\begin{abstract} +Dieses Dokument beschreibt den architektonischen Aufbau +des GNV und den Zugang hin zur Anpassung der Konfiguration +und des System selbst. +\end{abstract} + + + +\newpage + +\setcounter{page}{1} + +\tableofcontents + +\newpage + +\thispagestyle{empty} +\chapter{Einleitung} +\label{section:introduction} + + + +\end{document}