more stuff
[lectures/latex.git] / posic / thesis / thesis.tex
index c6c3f2a..acfcdb8 100644 (file)
 % cites
 \usepackage[numbers,sort,compress]{natbib}
 
+% list of publications
+\usepackage{multibib}
+%\usepackage[resetlabels]{multibib}
+\newcites{pub}{List of publications}
+
 % miller
 \usepackage{miller}
 
 % 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]%
 \include{d_tersoff}
 \include{vasp_patch}
 \include{code}
-\include{publications}
+%\include{publications}
 
 \backmatter{}
 \include{literature}
+\include{publications}
 \include{ack}
 
 \end{document}