beta version before spell check
[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 % box around verbatim text
32 \usepackage{fancyvrb}
33
34 % miller
35 \usepackage{miller}
36
37 % in use?
38 \usepackage{slashbox}
39
40 % smaller captions ...
41 \usepackage[small,bf]{caption}
42
43 % units
44 \usepackage{units}
45
46 % shortcuts
47 \newcommand{\si}{Si$_{\text{i}}${}}
48 \newcommand{\ci}{C$_{\text{i}}${}}
49 \newcommand{\cs}{C$_{\text{s}}${}}
50 \newcommand{\degc}[1]{\unit[#1]{$^{\circ}$C}{}}
51 \newcommand{\degk}[1]{\unit[#1]{K}{}}
52 \newcommand{\distn}[1]{\unit[#1]{nm}{}}
53 \newcommand{\dista}[1]{\unit[#1]{\AA}{}}
54 \newcommand{\perc}[1]{\unit[#1]{\%}{}}
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 % vectors are simply represented by bold font characters
100 \renewcommand{\vec}[1]{{\bf #1{}}}
101
102 % author & title
103 \author{Frank Zirkelbach}
104 \title{Atomistic simulation study on the silicon carbide precipitation in silicon}
105
106 \begin{document}
107
108 \frontmatter{}
109 \include{title}
110 \include{content}
111 \include{lists}
112
113 \mainmatter{}
114 \include{intro}
115 \include{sic}
116 \include{basics}
117 %\include{exp_findings}
118 %\include{model}
119 \include{simulation}
120 \include{defects}
121 \include{md}
122 %\include{const_sic}
123 %\include{results}
124 \include{summary_outlook}
125
126 \appendix{}
127 \include{d_tersoff}
128 \include{vasp_patch}
129 \include{code}
130 %\include{publications}
131
132 \backmatter{}
133 \include{literature}
134 \include{publications}
135 \include{ack}
136
137 \end{document}