more stuff
[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 % list of publications
27 \usepackage{multibib}
28 %\usepackage[resetlabels]{multibib}
29 \newcites{pub}{List of publications}
30
31 % miller
32 \usepackage{miller}
33
34 % in use?
35 \usepackage{slashbox}
36
37 % smaller captions ...
38 \usepackage[small,bf]{caption}
39
40 % units
41 \usepackage{units}
42
43 % shortcuts
44 \newcommand{\si}{Si$_{\text{i}}${}}
45 \newcommand{\ci}{C$_{\text{i}}${}}
46 \newcommand{\cs}{C$_{\text{s}}${}}
47 \newcommand{\degc}[1]{\unit[#1]{$^{\circ}$C}{}}
48 \newcommand{\degk}[1]{\unit[#1]{K}{}}
49 \newcommand{\distn}[1]{\unit[#1]{nm}{}}
50 \newcommand{\dista}[1]{\unit[#1]{\AA}{}}
51 \newcommand{\perc}[1]{\unit[#1]{\%}{}}
52
53 % (re)new commands
54 \newcommand{\printimg}[5]{%
55  \begin{figure}[#1]%
56  \begin{center}%
57  \includegraphics[#2]{#3}%
58  \caption{#4}%
59  \label{#5}%
60  \end{center}%
61  \end{figure}%
62 }
63
64 %\addto\captionsnenglish{%
65 % \renewcommand{\figurename}{Fig.}%
66 % \renewcommand{\tablename}{Table}%
67 %}
68
69 \pagestyle{fancy}
70 \fancyhf{}
71 \fancyhead[EL]{\thepage}
72 \fancyhead[ER]{\leftmark}
73 \fancyhead[OL]{\rightmark}
74 \fancyhead[OR]{\thepage}
75 \renewcommand{\sectionmark}[1]{
76  \markboth{\thesection{} #1}{\thesection{} #1}
77 }
78 \renewcommand{\subsectionmark}[1]{
79  \markright{\thesubsection{} #1}
80 }
81
82 % hyphenation
83 \hyphenation{}
84
85 % colors
86 \newrgbcolor{hb}{0.75 0.77 0.89}
87 \newrgbcolor{lbb}{0.75 0.8 0.88}
88 \newrgbcolor{lachs}{1.0 .93 .81}
89
90 % english
91 \selectlanguage{english}
92
93 % roman numbers
94 \newcommand{\RM}[1]{\MakeUppercase{\romannumeral #1{}}}
95
96 % vectors are simply represented by bold font characters
97 \renewcommand{\vec}[1]{{\bf #1{}}}
98
99 % author & title
100 \author{Frank Zirkelbach}
101 \title{Atomistic simulation study on the silicon carbide precipitation in silicon}
102
103 \begin{document}
104
105 \frontmatter{}
106 \include{title}
107 \include{content}
108 \include{lists}
109
110 \mainmatter{}
111 \include{intro}
112 \include{sic}
113 \include{basics}
114 %\include{exp_findings}
115 %\include{model}
116 \include{simulation}
117 \include{defects}
118 \include{md}
119 %\include{const_sic}
120 %\include{results}
121 \include{summary_outlook}
122
123 \appendix{}
124 \include{d_tersoff}
125 \include{vasp_patch}
126 \include{code}
127 %\include{publications}
128
129 \backmatter{}
130 \include{literature}
131 \include{publications}
132 \include{ack}
133
134 \end{document}