source: SMC4LRT/frontmatter.tex

Last change on this file was 3666, checked in by vronk, 11 years ago

adding images, frontmater, userdocs, build
update main files: thesis and outline + utils

File size: 1.9 KB
Line 
1
2\captionnamefont{\bfseries}
3
4%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5%%%   FRONTMATTER    %%%%%%%%%%%%%%%%%%%%
6%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7\frontmatter
8\pagenumbering{roman}
9
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11%%%   TITLEPAGES    %%%%%%%%%%%%%%%%%%%%%
12%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
13
14% the german title page is required as first page
15\include{titlepage}
16
17% an english translation may follow
18\include{titlepage_en} % optional
19
20%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21%%%   ERKLAERUNG DER SELBSTAENDIGKEIT   %
22%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23\cleardoublepage
24\selectlanguage{ngerman}
25\input{chapters/erklaerung}
26\selectlanguage{english}
27
28%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29%%%   ACKNOWLEDGEMENTS    %%%%%%%%%%%%%%%
30%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31
32% optional acknowledgements may be included in german or in english
33%\input{chapters/danksagung}            % optional
34\input{chapters/acknowledgements}       % optional
35
36%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37%%%   ABSTARCT    %%%%%%%%%%%%%%%%%%%%%%%
38%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
39
40\input{chapters/abstract_en}
41\cleardoublepage
42\selectlanguage{ngerman}
43\input{chapters/abstract_de}
44\selectlanguage{english}
45
46%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
47%%%   CONTENTS    %%%%%%%%%%%%%%%%%%%%%%%
48%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49% uncomment to set document language to german (results in "Inhaltsverzeichnis", "Kapitel", "Abbildung", etc. instead of "Contents", "Chapter", and "Figure"), otherwise the document's language is english
50%\selectlanguage{ngerman}
51
52%\setcounter{tocdepth}{2}
53
54\cleardoublepage
55\pagestyle{numberCorner}
56\tableofcontents*
57\cleardoublepage
58\listoffigures
59
60
61%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
62%%%   MAINMATTER    %%%%%%%%%%%%%%%%%%%%%
63%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
64
65\mainmatter
66\pagenumbering{arabic}
67\pagestyle{numberCorner}
Note: See TracBrowser for help on using the repository browser.