X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=posic%2Fthesis%2Fthesis.tex;h=027ef17a6aa315b316374fab19ca9f428476f996;hp=4e9868fbf7513c5a69de6c8875eb80d43b71b328;hb=824e41bd3f92685ec60f20dee607deda614561a8;hpb=730c2317ce175fb14d032025164c0f24e52393b5 diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex index 4e9868f..027ef17 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,26 @@ \usepackage{slashbox} +% 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{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{RBS}{Rutherford backscattering spectrometry} +\acrodef{IR}{infrared} + +% units +\usepackage{units} + % (re)new commands \newcommand{\printimg}[5]{% \begin{figure}[#1]% @@ -62,6 +83,9 @@ % 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} @@ -75,6 +99,8 @@ \mainmatter{} \include{intro} +% reset all acronyms +\acresetall \include{sic} \include{basics} %\include{exp_findings} @@ -82,6 +108,7 @@ \include{simulation} \include{defects} \include{md} +\include{const_sic} %\include{results} \include{summary_outlook}