diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-05-04 12:18:44 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-05-04 12:18:44 -0700 |
commit | 26dc79cdd12c68ddd24f2c58eede0785121fedc8 (patch) | |
tree | 5e9aade46f3e2bf4fceab8042f6dcd6bf2b82c4a | |
parent | 0c7e084342b2a077f83809e6613979adcefb1592 (diff) | |
download | pandoc-26dc79cdd12c68ddd24f2c58eede0785121fedc8.tar.gz |
Clarified use of `--natbib` and `--biblatex`.
Not for use with pandoc-citeproc.
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -634,15 +634,15 @@ Citation rendering `--natbib` : 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. + with the `pandoc-citeproc` filter or with PDF output. 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. 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. + with the `pandoc-citeproc` filter or with PDF output. It is intended for + use in producing a LaTeX file that can be processed with pdflatex and + bibtex or biber. Math rendering in HTML ---------------------- |