From dc82d222e5826b5822a2f4d0d665a868a6561b78 Mon Sep 17 00:00:00 2001 From: John MacFarlane <fiddlosopher@gmail.com> Date: Sat, 5 Apr 2014 16:01:46 -0700 Subject: [PATCH] README: Added note to --bibtex/--natbib: not for use in making PDF. Closes #1194. Thanks to nahoj. --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 30aba8a3f..18c296fdd 100644 --- a/README +++ b/README @@ -633,10 +633,16 @@ Citation rendering `--metadata citation-abbreviations=FILE`.) `--natbib` -: Use natbib for citations in LaTeX output. +: Use natbib for citations in LaTeX output. This option is not for use + with PDF output, since pandoc will not automatically run bibtex in + producing the PDF. It is intended for use in producing a LaTeX file + that can be processed with pdflatex and bibtex. `--biblatex` -: Use biblatex for citations in LaTeX output. +: Use biblatex for citations in LaTeX output. This option is not for use + with PDF output, since pandoc will not automatically run bibtex in + producing the PDF. It is intended for use in producing a LaTeX file + that can be processed with pdflatex and bibtex or biber. Math rendering in HTML ----------------------