Disable bibliography

I have nothing to cite, so we might as well keep the LaTeX errors
during processing to a minimum.
This commit is contained in:
Alan Orth 2012-12-09 13:07:16 +03:00
parent 4f94b7b826
commit a693e4ee05
1 changed files with 3 additions and 3 deletions

6
cv.tex
View File

@ -111,9 +111,9 @@
% Publications from a BibTeX file without multibib
% for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
% to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
\nocite{*}
\bibliographystyle{plain}
\bibliography{publications} % 'publications' is the name of a BibTeX file
%\nocite{*}
%\bibliographystyle{plain}
%\bibliography{publications} % 'publications' is the name of a BibTeX file
% Publications from a BibTeX file using the multibib package
%\section{Publications}