summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-04-05 16:01:46 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-04-05 16:01:46 -0700
commitdc82d222e5826b5822a2f4d0d665a868a6561b78 (patch)
tree259984dafdd35dc73e667e694b8c7db2493852bd /README
parent3fe6b57b60962ec531fe775052d16f0baa8ef120 (diff)
README: Added note to --bibtex/--natbib: not for use in making PDF.
Closes #1194. Thanks to nahoj.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files 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
----------------------