From a693e4ee055a7eb53202672853eb0d81dd1c50c5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 9 Dec 2012 13:07:16 +0300 Subject: [PATCH] Disable bibliography I have nothing to cite, so we might as well keep the LaTeX errors during processing to a minimum. --- cv.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cv.tex b/cv.tex index 7870078..b324029 100644 --- a/cv.tex +++ b/cv.tex @@ -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}