aded appendix d_tersoff + some small changes
[lectures/latex.git] / posic / thesis / thesis.tex
1 \pdfoutput=0
2 \documentclass[twoside,a4paper,11pt]{book}
3 \usepackage[activate]{pdfcprot}
4 \usepackage{verbatim}
5 \usepackage{a4}
6 \usepackage{a4wide}
7 \usepackage[english,german]{babel}
8 \usepackage[latin1]{inputenc}
9 \usepackage[T1]{fontenc}
10 \usepackage{amsmath}
11 \usepackage{ae}
12 \usepackage{aecompl}
13 \usepackage[dvips]{graphicx}
14 \graphicspath{{../img/}}
15 \usepackage{color}
16 \usepackage{pstricks}
17 \usepackage{pst-node}
18 \usepackage{rotating}
19 %\usepackage{fancyhdr}
20 %\pagestyle{fancy}
21
22 % (re)new commands
23 \newcommand{\printimg}[5]{%
24  \begin{figure}[#1]%
25  \begin{center}%
26  \includegraphics[#2]{#3}%
27  \caption{#4}%
28  \label{#5}%
29  \end{center}%
30  \end{figure}%
31 }
32 %\addto\captionsnenglish{%
33 % \renewcommand{\figurename}{Fig.}%
34 % \renewcommand{\tablename}{Table}%
35 %}
36
37 % hyphenation
38 \hyphenation{}
39
40 % english
41 \selectlanguage{english}
42
43 % author & title
44 \author{Frank Zirkelbach}
45 \title{Simulation study of the precipitation process of silicon carbide in carbon doped silicon}
46
47 \begin{document}
48
49 \frontmatter{}
50 \include{title}
51 \include{content}
52 \include{lists}
53
54 \mainmatter{}
55 \include{intro}
56 \include{basics}
57 %\include{exp_findings}
58 %\include{model}
59 \include{simulation}
60 \include{results}
61 \include{summary_outlook}
62
63 \appendix{}
64 \include{d_tersoff}
65 \include{publications}
66
67 \backmatter{}
68 \include{literature}
69 \include{ack}
70
71 \end{document}