bs update of thesis and pb-a summary
[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 \usepackage{miller}
23
24 % (re)new commands
25 \newcommand{\printimg}[5]{%
26  \begin{figure}[#1]%
27  \begin{center}%
28  \includegraphics[#2]{#3}%
29  \caption{#4}%
30  \label{#5}%
31  \end{center}%
32  \end{figure}%
33 }
34
35 %\addto\captionsnenglish{%
36 % \renewcommand{\figurename}{Fig.}%
37 % \renewcommand{\tablename}{Table}%
38 %}
39
40 % hyphenation
41 \hyphenation{}
42
43 % english
44 \selectlanguage{english}
45
46 % author & title
47 \author{Frank Zirkelbach}
48 \title{Simulation study of the precipitation process of silicon carbide in carbon doped silicon}
49
50 \begin{document}
51
52 \frontmatter{}
53 \include{title}
54 \include{content}
55 \include{lists}
56
57 \mainmatter{}
58 \include{intro}
59 \include{sic}
60 \include{basics}
61 %\include{exp_findings}
62 %\include{model}
63 \include{simulation}
64 \include{defects}
65 \include{results}
66 \include{summary_outlook}
67
68 \appendix{}
69 \include{d_tersoff}
70 \include{publications}
71
72 \backmatter{}
73 \include{literature}
74 \include{ack}
75
76 \end{document}