X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=posic%2Fthesis%2Fthesis.tex;fp=posic%2Fthesis%2Fthesis.tex;h=199af2bd1e12fb15389ea4a2c061b814878a277b;hb=5af76e67ab84839ec340100db9327db2cd997bc7;hp=0000000000000000000000000000000000000000;hpb=528a2947b6ec35f076edf4b6a4e2d781f38d55bc;p=lectures%2Flatex.git diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex new file mode 100644 index 0000000..199af2b --- /dev/null +++ b/posic/thesis/thesis.tex @@ -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}