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