You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.4 KiB
63 lines
1.4 KiB
\documentclass[10pt,final,a4paper,twoside]{book} |
|
|
|
\newcommand{\watermark}{DRAFT} % a watermark is included on all pages if \watermark is defined here |
|
|
|
%** preamble.tex: here all the document-wide settings |
|
% are defined |
|
|
|
|
|
|
|
\makeatletter |
|
\newcommand{\verbatimfont}[1]{\renewcommand{\verbatim@font}{\ttfamily#1}} |
|
\makeatother |
|
|
|
\input{preamble} |
|
|
|
%******************************** |
|
|
|
%** begin the document environment |
|
\begin{document} |
|
\verbatimfont{\tiny}% |
|
|
|
\frenchspacing |
|
\sloppy |
|
|
|
%** Title.tex: Title page to be printed first |
|
\input{Title} |
|
|
|
%** environments.tex: Predefined Environments |
|
\include{environments} |
|
|
|
%**Documentation**************** |
|
|
|
\include{Abstract} |
|
|
|
\tableofcontents |
|
\listoffigures |
|
\listoftables |
|
|
|
\include{Introduction} |
|
\include{Problem} |
|
\include{Design} |
|
\include{Results} |
|
\include{Outlook} |
|
\include{Summary} |
|
|
|
\appendix |
|
\renewcommand{\thepart}{\Alph{part}} |
|
|
|
%** appendix.tex: Install instructions, configurations, test results, |
|
% simulation data, additional theoretical disquisitions, ... |
|
% |
|
\include{appendix} |
|
\include{Timetable} |
|
\include{Originalproblem} |
|
|
|
%** bibtex is used to automatically generate the bibliography |
|
% references are stored in refs/refs.bib |
|
% use a bibliography manager like JabRef (http://jabref.sourceforge.net/) to manage refs/refs.bib |
|
\bibliographystyle{abbrv} |
|
\bibliography{refs/refs} |
|
|
|
%** end the document environment |
|
\end{document}
|
|
|