diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-04-05 16:01:46 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-04-05 16:01:46 -0700 |
commit | dc82d222e5826b5822a2f4d0d665a868a6561b78 (patch) | |
tree | 259984dafdd35dc73e667e694b8c7db2493852bd | |
parent | 3fe6b57b60962ec531fe775052d16f0baa8ef120 (diff) | |
download | pandoc-dc82d222e5826b5822a2f4d0d665a868a6561b78.tar.gz |
README: Added note to --bibtex/--natbib: not for use in making PDF.
Closes #1194. Thanks to nahoj.
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 ---------------------- |