finished inc temp sims ...
[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}{C$_{\text{i}}${}}
41 \newcommand{\cs}{C$_{\text{s}}${}}
42 \newcommand{\degc}[1]{\unit[#1]{$^{\circ}$C}{}}
43 \newcommand{\distn}[1]{\unit[#1]{nm}{}}
44 \newcommand{\dista}[1]{\unit[#1]{\AA}{}}
45 \newcommand{\perc}[1]{\unit[#1]{\%}{}}
46
47 % (re)new commands
48 \newcommand{\printimg}[5]{%
49  \begin{figure}[#1]%
50  \begin{center}%
51  \includegraphics[#2]{#3}%
52  \caption{#4}%
53  \label{#5}%
54  \end{center}%
55  \end{figure}%
56 }
57
58 %\addto\captionsnenglish{%
59 % \renewcommand{\figurename}{Fig.}%
60 % \renewcommand{\tablename}{Table}%
61 %}
62
63 \pagestyle{fancy}
64 \fancyhf{}
65 \fancyhead[EL]{\thepage}
66 \fancyhead[ER]{\leftmark}
67 \fancyhead[OL]{\rightmark}
68 \fancyhead[OR]{\thepage}
69 \renewcommand{\sectionmark}[1]{
70  \markboth{\thesection{} #1}{\thesection{} #1}
71 }
72 \renewcommand{\subsectionmark}[1]{
73  \markright{\thesubsection{} #1}
74 }
75
76 % hyphenation
77 \hyphenation{}
78
79 % colors
80 \newrgbcolor{hb}{0.75 0.77 0.89}
81 \newrgbcolor{lbb}{0.75 0.8 0.88}
82 \newrgbcolor{lachs}{1.0 .93 .81}
83
84 % english
85 \selectlanguage{english}
86
87 % roman numbers
88 \newcommand{\RM}[1]{\MakeUppercase{\romannumeral #1{}}}
89
90 % vectors are simply represented by bold font characters
91 \renewcommand{\vec}[1]{{\bf #1{}}}
92
93 % author & title
94 \author{Frank Zirkelbach}
95 \title{Atomistic simulation study on the silicon carbide precipitation in silicon}
96
97 \begin{document}
98
99 \frontmatter{}
100 \include{title}
101 \include{content}
102 \include{lists}
103
104 \mainmatter{}
105 \include{intro}
106 \include{sic}
107 \include{basics}
108 %\include{exp_findings}
109 %\include{model}
110 \include{simulation}
111 \include{defects}
112 \include{md}
113 %\include{const_sic}
114 %\include{results}
115 \include{summary_outlook}
116
117 \appendix{}
118 \include{d_tersoff}
119 \include{vasp_patch}
120 \include{code}
121 %\include{publications}
122
123 \backmatter{}
124 \include{literature}
125 \include{ack}
126
127 \end{document}