started molecular dynamics chapter
[lectures/latex.git] / posic / thesis / thesis.tex
1 \pdfoutput=0
2 \documentclass[twoside,a4paper,11pt]{book}
3 \usepackage[activate]{pdfcprot}
4 \usepackage{verbatim}
5 \usepackage{a4}
6 \usepackage{a4wide}
7 \usepackage[english,german]{babel}
8 \usepackage[latin1]{inputenc}
9 \usepackage[T1]{fontenc}
10 \usepackage{amsmath}
11 \usepackage{ae}
12 \usepackage{aecompl}
13 \usepackage[dvips]{graphicx}
14 \graphicspath{{../img/}}
15 \usepackage{color}
16 \usepackage{pstricks}
17 \usepackage{pst-node}
18 \usepackage{rotating}
19 \usepackage{fancyhdr}
20
21 \usepackage{miller}
22
23 \usepackage{slashbox}
24
25 % (re)new commands
26 \newcommand{\printimg}[5]{%
27  \begin{figure}[#1]%
28  \begin{center}%
29  \includegraphics[#2]{#3}%
30  \caption{#4}%
31  \label{#5}%
32  \end{center}%
33  \end{figure}%
34 }
35
36 %\addto\captionsnenglish{%
37 % \renewcommand{\figurename}{Fig.}%
38 % \renewcommand{\tablename}{Table}%
39 %}
40
41 \pagestyle{fancy}
42 \fancyhf{}
43 \fancyhead[EL]{\thepage}
44 \fancyhead[ER]{\leftmark}
45 \fancyhead[OL]{\rightmark}
46 \fancyhead[OR]{\thepage}
47 \renewcommand{\sectionmark}[1]{
48  \markboth{\thesection{} #1}{\thesection{} #1}
49 }
50 \renewcommand{\subsectionmark}[1]{
51  \markright{\thesubsection{} #1}
52 }
53
54 % hyphenation
55 \hyphenation{}
56
57 % english
58 \selectlanguage{english}
59
60 % author & title
61 \author{Frank Zirkelbach}
62 \title{Simulation study of the precipitation process of silicon carbide in carbon doped silicon}
63
64 \begin{document}
65
66 \frontmatter{}
67 \include{title}
68 \include{content}
69 \include{lists}
70
71 \mainmatter{}
72 \include{intro}
73 \include{sic}
74 \include{basics}
75 %\include{exp_findings}
76 %\include{model}
77 \include{simulation}
78 \include{defects}
79 \include{md}
80 %\include{results}
81 \include{summary_outlook}
82
83 \appendix{}
84 \include{d_tersoff}
85 \include{vasp_patch}
86 \include{publications}
87
88 \backmatter{}
89 \include{literature}
90 \include{ack}
91
92 \end{document}