X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=posic%2Fthesis%2Fthesis.tex;h=acfcdb85a2543e01b34e893697e75f413bc38c93;hp=c6c3f2ab615df878f03efdb990ff2fa156041577;hb=80e31ff7bd5a85d056283bc94f433c822c53fd34;hpb=8b561b21134ce68789e71a53357177540516d478 diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex index c6c3f2a..acfcdb8 100644 --- a/posic/thesis/thesis.tex +++ b/posic/thesis/thesis.tex @@ -23,6 +23,11 @@ % cites \usepackage[numbers,sort,compress]{natbib} +% list of publications +\usepackage{multibib} +%\usepackage[resetlabels]{multibib} +\newcites{pub}{List of publications} + % miller \usepackage{miller} @@ -35,6 +40,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 +124,11 @@ \include{d_tersoff} \include{vasp_patch} \include{code} -\include{publications} +%\include{publications} \backmatter{} \include{literature} +\include{publications} \include{ack} \end{document}