5bfa6660a2844b9d7c762f27ac98d2ee8584d975
[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{color}
17 \usepackage{pstricks}
18 \usepackage{pst-node}
19 \usepackage{rotating}
20 \usepackage{fancyhdr}
21
22 \usepackage{miller}
23
24 \usepackage{slashbox}
25
26 % acronyms
27 \usepackage{acronym}
28 \acrodef{ALE}{atomic layer epitaxy}
29 \acrodef{APB}{anti phase boundary}
30 \acrodef{CVD}{chemical vapor deposition}
31 \acrodef{HDTV}{high definition television}
32 \acrodef{IBS}{ion beam synthesis}
33 \acrodef{LED}{light emitting diode}
34 \acrodef{MBE}{molecular beam epitaxy}
35 \acrodef{MEMS}{microelectromechanical system}
36 \acrodef{PVT}{physical vapor transport}
37 \acrodef{RF}{radio frequency}
38
39
40 % units
41 \usepackage{units}
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 % author & title
87 \author{Frank Zirkelbach}
88 \title{Simulation study of the precipitation process of silicon carbide in carbon doped silicon}
89
90 \begin{document}
91
92 \frontmatter{}
93 \include{title}
94 \include{content}
95 \include{lists}
96
97 \mainmatter{}
98 \include{intro}
99 % reset all acronyms
100 \acresetall
101 \include{sic}
102 \include{basics}
103 %\include{exp_findings}
104 %\include{model}
105 \include{simulation}
106 \include{defects}
107 \include{md}
108 \include{const_sic}
109 %\include{results}
110 \include{summary_outlook}
111
112 \appendix{}
113 \include{d_tersoff}
114 \include{vasp_patch}
115 \include{publications}
116
117 \backmatter{}
118 \include{literature}
119 \include{ack}
120
121 \end{document}