X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=posic%2Fthesis%2Fthesis.tex;h=dd3eacc3c0875893b66ab4877d280a35789086e8;hb=a4c89d2e27f0d6a1cc1c3c04fbee046f10b0e907;hp=c6c3f2ab615df878f03efdb990ff2fa156041577;hpb=8b561b21134ce68789e71a53357177540516d478;p=lectures%2Flatex.git diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex index c6c3f2a..dd3eacc 100644 --- a/posic/thesis/thesis.tex +++ b/posic/thesis/thesis.tex @@ -23,6 +23,14 @@ % 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} @@ -35,6 +43,16 @@ % 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]% @@ -109,10 +127,11 @@ \include{d_tersoff} \include{vasp_patch} \include{code} -\include{publications} +%\include{publications} \backmatter{} \include{literature} +\include{publications} \include{ack} \end{document}