-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabschlussarbeit_mit_latex.tex
50 lines (46 loc) · 1.46 KB
/
abschlussarbeit_mit_latex.tex
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
%
% Abschlussarbeit mit LaTeX
% ===========================================================================
% Copyright (c) 2002-2005 Tobias Erbsland, Andreas Nitsch
%
% Permission is granted to copy, distribute and/or modify this document
% under the terms of the GNU Free Documentation License, Version 1.2
% or any later version published by the Free Software Foundation;
% with the Invariant Sections being just "GNU Free Documentation License",
% no Front-Cover Texts, and no Back-Cover Texts.
% A copy of the license is included in the section entitled "GNU
% Free Documentation License".
%
\input{chapters/header}
\begin{document}
\include{chapters/titlepage}
\include{chapters/vorwort}
\include{chapters/installation}
\include{chapters/konfiguration}
\include{chapters/grundlagen}
\include{chapters/textformatieren}
%\include{chapters/querverweise}
\include{chapters/dokumentklassen}
\include{chapters/tabellenundbilder}
\include{chapters/dokumentteile}
\include{chapters/formeln}
\include{chapters/grossedokumente}
\include{chapters/nuetzlichepakete}
\include{chapters/literaturverzeichnis}
\include{chapters/glossar}
%\include{chapters/eigeneschriften}
%\include{chapters/latex2rtf}
%\include{chapters/beamerfolien_mit_latex}
\include{chapters/literaturempfehlungen}
\appendix
\include{chapters/ausstehendes}
\include{chapters/listings}
\include{chapters/tasten}
\include{chapters/fdl}
\bibliographystyle{plain}
\bibliography{bib/references}
\printindex
\end{document}
%
% EOF
%