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