Maintaining my CV is a bit of a chore. Particularly my publication list. Now I do
\usepackage{multibib} \newcites{ref,conf,books,other}{Articles published in refereed journals,% Refereed conference proceedings,% Books and chapters in books,% Other publications} \begin{document} \section{PUBLICATIONS} \nociteref{perlinetal07} \nociteref{moumetal07} \nociteref{klymakmoum07a} \nociteref{klymakmoum07b} \nociteref{liuetal06} \nociteref{klymaketal06b} \nociteref{klymaketal06a} \nociteref{perlinetal05b} \nociteref{perlinetal05a} \nociteref{moumetal04} \nociteref{klymakgregg04} \nociteref{edwardsetal03} \nociteref{rudnicketal03} \nociteref{klymakgregg03} \nociteref{klymakgregg01} \bibliographystyleref{unsrtLast} \bibliographyref{main} \bibliographystyleconf{unsrtLast} \bibliographyconf{main} % \nocitebooks{klymaknash07} \bibliographystylebooks{unsrtLast} \bibliographybooks{main} \bibliographystyleother{unsrtLast} \bibliographyother{main} \end{document}
In order to make multibib
work, I need to run bibAll.sh
from the
command line instead of bibtex
.