security checkin
[lectures/latex.git] / posic / thesis / thesis.tex
1 \pdfoutput=0
2 \documentclass[twoside,a4paper,11pt]{book}
3 %\documentclass[twoside,a4paper,11pt,draft]{book}
4 \usepackage[activate]{pdfcprot}
5 \usepackage{verbatim}
6 \usepackage{a4}
7 \usepackage{a4wide}
8 \usepackage[english,german]{babel}
9 \usepackage[latin1]{inputenc}
10 \usepackage[T1]{fontenc}
11 \usepackage{amsmath}
12 \usepackage{ae}
13 \usepackage{aecompl}
14 \usepackage[dvips]{graphicx}
15 \graphicspath{{../img/}}
16 \usepackage{subfigure}
17 \usepackage{color}
18 \usepackage{pstricks}
19 \usepackage{pst-node}
20 \usepackage{rotating}
21 \usepackage{fancyhdr}
22
23 % cites
24 \usepackage[numbers,sort,compress]{natbib}
25
26 % miller
27 \usepackage{miller}
28
29 % in use?
30 \usepackage{slashbox}
31
32 % smaller captions ...
33 \usepackage[small,bf]{caption}
34
35 % units
36 \usepackage{units}
37
38 % shortcuts
39 \newcommand{\si}{Si$_{\text{i}}${}}
40 \newcommand{\ci}{Ci$_{\text{i}}${}}
41 \newcommand{\cs}{Ci$_{\text{s}}${}}
42
43 % (re)new commands
44 \newcommand{\printimg}[5]{%
45  \begin{figure}[#1]%
46  \begin{center}%
47  \includegraphics[#2]{#3}%
48  \caption{#4}%
49  \label{#5}%
50  \end{center}%
51  \end{figure}%
52 }
53
54 %\addto\captionsnenglish{%
55 % \renewcommand{\figurename}{Fig.}%
56 % \renewcommand{\tablename}{Table}%
57 %}
58
59 \pagestyle{fancy}
60 \fancyhf{}
61 \fancyhead[EL]{\thepage}
62 \fancyhead[ER]{\leftmark}
63 \fancyhead[OL]{\rightmark}
64 \fancyhead[OR]{\thepage}
65 \renewcommand{\sectionmark}[1]{
66  \markboth{\thesection{} #1}{\thesection{} #1}
67 }
68 \renewcommand{\subsectionmark}[1]{
69  \markright{\thesubsection{} #1}
70 }
71
72 % hyphenation
73 \hyphenation{}
74
75 % colors
76 \newrgbcolor{hb}{0.75 0.77 0.89}
77 \newrgbcolor{lbb}{0.75 0.8 0.88}
78 \newrgbcolor{lachs}{1.0 .93 .81}
79
80 % english
81 \selectlanguage{english}
82
83 % roman numbers
84 \newcommand{\RM}[1]{\MakeUppercase{\romannumeral #1{}}}
85
86 % vectors are simply represented by bold font characters
87 \renewcommand{\vec}[1]{{\bf #1{}}}
88
89 % author & title
90 \author{Frank Zirkelbach}
91 \title{Atomistic simulation study on the silicon carbide precipitation in silicon}
92
93 \begin{document}
94
95 \frontmatter{}
96 \include{title}
97 \include{content}
98 \include{lists}
99
100 \mainmatter{}
101 \include{intro}
102 \include{sic}
103 \include{basics}
104 %\include{exp_findings}
105 %\include{model}
106 \include{simulation}
107 \include{defects}
108 \include{md}
109 %\include{const_sic}
110 %\include{results}
111 \include{summary_outlook}
112
113 \appendix{}
114 \include{d_tersoff}
115 \include{vasp_patch}
116 \include{code}
117 \include{publications}
118
119 \backmatter{}
120 \include{literature}
121 \include{ack}
122
123 \end{document}