X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=posic%2Fthesis%2Fthesis.tex;h=5bfa6660a2844b9d7c762f27ac98d2ee8584d975;hb=df1216b4231b3c8aac63e813549d5beb88119aeb;hp=ca2a36210079f9c79fe814b5d675037d97b309ac;hpb=8b24d2f201fb3295f5a9b19c675271b8801f27d4;p=lectures%2Flatex.git diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex index ca2a362..5bfa666 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} @@ -22,6 +23,23 @@ \usepackage{slashbox} +% acronyms +\usepackage{acronym} +\acrodef{ALE}{atomic layer epitaxy} +\acrodef{APB}{anti phase boundary} +\acrodef{CVD}{chemical vapor deposition} +\acrodef{HDTV}{high definition television} +\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} + + +% units +\usepackage{units} + % (re)new commands \newcommand{\printimg}[5]{% \begin{figure}[#1]% @@ -54,9 +72,17 @@ % 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{}}} + % author & title \author{Frank Zirkelbach} \title{Simulation study of the precipitation process of silicon carbide in carbon doped silicon} @@ -70,6 +96,8 @@ \mainmatter{} \include{intro} +% reset all acronyms +\acresetall \include{sic} \include{basics} %\include{exp_findings} @@ -77,6 +105,7 @@ \include{simulation} \include{defects} \include{md} +\include{const_sic} %\include{results} \include{summary_outlook}