nearly finished prec models
[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 \usepackage{miller}
24
25 \usepackage{slashbox}
26
27 % acronyms
28 \usepackage{acronym}
29 \acrodef{ALE}{atomic layer epitaxy}
30 \acrodef{APB}{anti phase boundary}
31 \acrodef{c-Si}{crystalline silicon}
32 \acrodef{CVD}{chemical vapor deposition}
33 \acrodef{HDTV}{high definition television}
34 \acrodef{HREM}{high resolution transmission electron microscopy}
35 \acrodef{IBS}{ion beam synthesis}
36 \acrodef{LED}{light emitting diode}
37 \acrodef{MBE}{molecular beam epitaxy}
38 \acrodef{MEMS}{microelectromechanical system}
39 \acrodef{PVT}{physical vapor transport}
40 \acrodef{RF}{radio frequency}
41 \acrodef{RT}{room temeprature}
42 \acrodef{RTA}{rapid thermal annealing}
43 \acrodef{RBS}{Rutherford backscattering spectrometry}
44 \acrodef{SPE}{solid-phase epitaxy}
45 \acrodef{SPEG}{solid-phase epitaxial regrowth}
46 \acrodef{IR}{infrared}
47
48 % units
49 \usepackage{units}
50
51 % (re)new commands
52 \newcommand{\printimg}[5]{%
53  \begin{figure}[#1]%
54  \begin{center}%
55  \includegraphics[#2]{#3}%
56  \caption{#4}%
57  \label{#5}%
58  \end{center}%
59  \end{figure}%
60 }
61
62 %\addto\captionsnenglish{%
63 % \renewcommand{\figurename}{Fig.}%
64 % \renewcommand{\tablename}{Table}%
65 %}
66
67 \pagestyle{fancy}
68 \fancyhf{}
69 \fancyhead[EL]{\thepage}
70 \fancyhead[ER]{\leftmark}
71 \fancyhead[OL]{\rightmark}
72 \fancyhead[OR]{\thepage}
73 \renewcommand{\sectionmark}[1]{
74  \markboth{\thesection{} #1}{\thesection{} #1}
75 }
76 \renewcommand{\subsectionmark}[1]{
77  \markright{\thesubsection{} #1}
78 }
79
80 % hyphenation
81 \hyphenation{}
82
83 % colors
84 \newrgbcolor{hb}{0.75 0.77 0.89}
85 \newrgbcolor{lbb}{0.75 0.8 0.88}
86 \newrgbcolor{lachs}{1.0 .93 .81}
87
88 % english
89 \selectlanguage{english}
90
91 % roman numbers
92 \newcommand{\RM}[1]{\MakeUppercase{\romannumeral #1{}}}
93
94 % author & title
95 \author{Frank Zirkelbach}
96 \title{Simulation study of the precipitation process of silicon carbide in carbon doped silicon}
97
98 \begin{document}
99
100 \frontmatter{}
101 \include{title}
102 \include{content}
103 \include{lists}
104
105 \mainmatter{}
106 \include{intro}
107 % reset all acronyms
108 \acresetall
109 \include{sic}
110 \include{basics}
111 %\include{exp_findings}
112 %\include{model}
113 \include{simulation}
114 \include{defects}
115 \include{md}
116 \include{const_sic}
117 %\include{results}
118 \include{summary_outlook}
119
120 \appendix{}
121 \include{d_tersoff}
122 \include{vasp_patch}
123 \include{publications}
124
125 \backmatter{}
126 \include{literature}
127 \include{ack}
128
129 \end{document}