X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=posic%2Fthesis%2Fthesis.tex;h=acfcdb85a2543e01b34e893697e75f413bc38c93;hp=199af2bd1e12fb15389ea4a2c061b814878a277b;hb=80e31ff7bd5a85d056283bc94f433c822c53fd34;hpb=5af76e67ab84839ec340100db9327db2cd997bc7 diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex index 199af2b..acfcdb8 100644 --- a/posic/thesis/thesis.tex +++ b/posic/thesis/thesis.tex @@ -1,5 +1,6 @@ \pdfoutput=0 \documentclass[twoside,a4paper,11pt]{book} +%\documentclass[twoside,a4paper,11pt,draft]{book} \usepackage[activate]{pdfcprot} \usepackage{verbatim} \usepackage{a4} @@ -12,12 +13,42 @@ \usepackage{aecompl} \usepackage[dvips]{graphicx} \graphicspath{{../img/}} +\usepackage{subfigure} \usepackage{color} \usepackage{pstricks} \usepackage{pst-node} \usepackage{rotating} -%\usepackage{fancyhdr} -%\pagestyle{fancy} +\usepackage{fancyhdr} + +% cites +\usepackage[numbers,sort,compress]{natbib} + +% list of publications +\usepackage{multibib} +%\usepackage[resetlabels]{multibib} +\newcites{pub}{List of publications} + +% miller +\usepackage{miller} + +% in use? +\usepackage{slashbox} + +% smaller captions ... +\usepackage[small,bf]{caption} + +% units +\usepackage{units} + +% shortcuts +\newcommand{\si}{Si$_{\text{i}}${}} +\newcommand{\ci}{C$_{\text{i}}${}} +\newcommand{\cs}{C$_{\text{s}}${}} +\newcommand{\degc}[1]{\unit[#1]{$^{\circ}$C}{}} +\newcommand{\degk}[1]{\unit[#1]{K}{}} +\newcommand{\distn}[1]{\unit[#1]{nm}{}} +\newcommand{\dista}[1]{\unit[#1]{\AA}{}} +\newcommand{\perc}[1]{\unit[#1]{\%}{}} % (re)new commands \newcommand{\printimg}[5]{% @@ -29,20 +60,45 @@ \end{center}% \end{figure}% } + %\addto\captionsnenglish{% % \renewcommand{\figurename}{Fig.}% % \renewcommand{\tablename}{Table}% %} +\pagestyle{fancy} +\fancyhf{} +\fancyhead[EL]{\thepage} +\fancyhead[ER]{\leftmark} +\fancyhead[OL]{\rightmark} +\fancyhead[OR]{\thepage} +\renewcommand{\sectionmark}[1]{ + \markboth{\thesection{} #1}{\thesection{} #1} +} +\renewcommand{\subsectionmark}[1]{ + \markright{\thesubsection{} #1} +} + % hyphenation \hyphenation{} +% colors +\newrgbcolor{hb}{0.75 0.77 0.89} +\newrgbcolor{lbb}{0.75 0.8 0.88} +\newrgbcolor{lachs}{1.0 .93 .81} + % english \selectlanguage{english} +% roman numbers +\newcommand{\RM}[1]{\MakeUppercase{\romannumeral #1{}}} + +% vectors are simply represented by bold font characters +\renewcommand{\vec}[1]{{\bf #1{}}} + % author & title \author{Frank Zirkelbach} -\title{Simulation study of the precipitation process of silicon carbide in carbon doped silicon} +\title{Atomistic simulation study on the silicon carbide precipitation in silicon} \begin{document} @@ -53,18 +109,26 @@ \mainmatter{} \include{intro} +\include{sic} \include{basics} %\include{exp_findings} %\include{model} \include{simulation} -\include{results} +\include{defects} +\include{md} +%\include{const_sic} +%\include{results} \include{summary_outlook} \appendix{} -\include{publications} +\include{d_tersoff} +\include{vasp_patch} +\include{code} +%\include{publications} \backmatter{} \include{literature} +\include{publications} \include{ack} \end{document}