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