X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=posic%2Fthesis%2Fthesis.tex;h=776b94c0d473a4fa8831ffe1682069f22cf1d559;hp=027ef17a6aa315b316374fab19ca9f428476f996;hb=a3831cc8a0d5bd03cbc1b0907bd11168416fd4b2;hpb=824e41bd3f92685ec60f20dee607deda614561a8 diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex index 027ef17..776b94c 100644 --- a/posic/thesis/thesis.tex +++ b/posic/thesis/thesis.tex @@ -3,8 +3,10 @@ %\documentclass[twoside,a4paper,11pt,draft]{book} \usepackage[activate]{pdfcprot} \usepackage{verbatim} -\usepackage{a4} -\usepackage{a4wide} +%\usepackage{layout} +%\usepackage{a4} +%\usepackage{a4wide} +\usepackage[a4paper,textheight=636pt,textwidth=442pt,includeheadfoot]{geometry} \usepackage[english,german]{babel} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} @@ -13,36 +15,49 @@ \usepackage{aecompl} \usepackage[dvips]{graphicx} \graphicspath{{../img/}} +\usepackage{subfigure} \usepackage{color} \usepackage{pstricks} \usepackage{pst-node} \usepackage{rotating} \usepackage{fancyhdr} +% custom sections +\usepackage{titlesec} + +% cites +\usepackage[numbers,sort,compress]{natbib} + +% list of publications +\usepackage{multibib} +%\usepackage[resetlabels]{multibib} +\newcites{pub}{List of publications} + +% box around verbatim text +\usepackage{fancyvrb} + +% miller \usepackage{miller} +% in use? \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} +% 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]{% \begin{figure}[#1]% @@ -60,17 +75,17 @@ %} \pagestyle{fancy} -\fancyhf{} -\fancyhead[EL]{\thepage} -\fancyhead[ER]{\leftmark} -\fancyhead[OL]{\rightmark} -\fancyhead[OR]{\thepage} -\renewcommand{\sectionmark}[1]{ - \markboth{\thesection{} #1}{\thesection{} #1} + +\renewcommand{\chaptermark}[1]{ + \markboth{\thechapter.\ #1}{} } -\renewcommand{\subsectionmark}[1]{ - \markright{\thesubsection{} #1} +\renewcommand{\sectionmark}[1]{ + \markright{\thesection.\ #1} } +\fancyhf{} +\fancyhead[LE,RO]{\thepage} +\fancyhead[LO]{\nouppercase\rightmark} +\fancyhead[RE]{\nouppercase\leftmark} % hyphenation \hyphenation{} @@ -86,9 +101,12 @@ % 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 silicon carbide precipitation in silicon} \begin{document} @@ -99,8 +117,6 @@ \mainmatter{} \include{intro} -% reset all acronyms -\acresetall \include{sic} \include{basics} %\include{exp_findings} @@ -108,17 +124,27 @@ \include{simulation} \include{defects} \include{md} -\include{const_sic} +%\include{const_sic} %\include{results} +\renewcommand{\chaptermark}[1]{ + \markboth{\thechapter.\ #1}{\thechapter.\ #1} +} \include{summary_outlook} +\renewcommand{\chaptermark}[1]{ + \markboth{\thechapter.\ #1}{\thechapter.\ #1} + \markright{\thesection.\ #1} +} \appendix{} \include{d_tersoff} \include{vasp_patch} -\include{publications} +\include{code} +%\include{publications} \backmatter{} \include{literature} +\include{cv} +\include{publications} \include{ack} \end{document}