X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=posic%2Fthesis%2Fthesis.tex;h=4c7c577dc8495a7b0210321ed63a3cdeb335c7b6;hp=643c9c2016dafb63d974b1a57ec1127e9e98cbb4;hb=09bfc6387b330e7386bee91982a81dde1f2a39cb;hpb=17fb57223f5b2c2f0b99d054f77fcde103ef17ad diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex index 643c9c2..4c7c577 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,48 @@ \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} + +% miller +\usepackage{miller} + +% in use? +\usepackage{slashbox} + +% smaller captions ... +\usepackage[small,bf]{caption} + +% acronyms +\usepackage{acronym} +\acrodef{ALE}{atomic layer epitaxy} +\acrodef{APB}{anti phase boundary} +\acrodef{c-Si}{crystalline silicon} +\acrodef{CVD}{chemical vapor deposition} +\acrodef{HDTV}{high definition television} +\acrodef{HREM}{high resolution transmission electron microscopy} +\acrodef{IBS}{ion beam synthesis} +\acrodef{LED}{light emitting diode} +\acrodef{MBE}{molecular beam epitaxy} +\acrodef{MEMS}{microelectromechanical system} +\acrodef{PVT}{physical vapor transport} +\acrodef{RF}{radio frequency} +\acrodef{RT}{room temeprature} +\acrodef{RTA}{rapid thermal annealing} +\acrodef{RBS}{Rutherford backscattering spectrometry} +\acrodef{SPE}{solid-phase epitaxy} +\acrodef{SPEG}{solid-phase epitaxial regrowth} +\acrodef{IR}{infrared} + +% units +\usepackage{units} % (re)new commands \newcommand{\printimg}[5]{% @@ -29,17 +66,42 @@ \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} @@ -53,15 +115,23 @@ \mainmatter{} \include{intro} +% reset all acronyms +\acresetall +\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{d_tersoff} +\include{vasp_patch} +\include{code} \include{publications} \backmatter{}