initial checkin
[lectures/latex.git] / posic / thesis / thesis.tex
diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex
new file mode 100644 (file)
index 0000000..199af2b
--- /dev/null
@@ -0,0 +1,70 @@
+\pdfoutput=0
+\documentclass[twoside,a4paper,11pt]{book}
+\usepackage[activate]{pdfcprot}
+\usepackage{verbatim}
+\usepackage{a4}
+\usepackage{a4wide}
+\usepackage[english,german]{babel}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{amsmath}
+\usepackage{ae}
+\usepackage{aecompl}
+\usepackage[dvips]{graphicx}
+\graphicspath{{../img/}}
+\usepackage{color}
+\usepackage{pstricks}
+\usepackage{pst-node}
+\usepackage{rotating}
+%\usepackage{fancyhdr}
+%\pagestyle{fancy}
+
+% (re)new commands
+\newcommand{\printimg}[5]{%
+ \begin{figure}[#1]%
+ \begin{center}%
+ \includegraphics[#2]{#3}%
+ \caption{#4}%
+ \label{#5}%
+ \end{center}%
+ \end{figure}%
+}
+%\addto\captionsnenglish{%
+% \renewcommand{\figurename}{Fig.}%
+% \renewcommand{\tablename}{Table}%
+%}
+
+% hyphenation
+\hyphenation{}
+
+% english
+\selectlanguage{english}
+
+% author & title
+\author{Frank Zirkelbach}
+\title{Simulation study of the precipitation process of silicon carbide in carbon doped silicon}
+
+\begin{document}
+
+\frontmatter{}
+\include{title}
+\include{content}
+\include{lists}
+
+\mainmatter{}
+\include{intro}
+\include{basics}
+%\include{exp_findings}
+%\include{model}
+\include{simulation}
+\include{results}
+\include{summary_outlook}
+
+\appendix{}
+\include{publications}
+
+\backmatter{}
+\include{literature}
+\include{ack}
+
+\end{document}