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