Clarified use of --natbib and --biblatex.

Not for use with pandoc-citeproc.
This commit is contained in:
John MacFarlane 2014-05-04 12:18:44 -07:00
parent 0c7e084342
commit 26dc79cdd1

12
README
View file

@ -634,15 +634,15 @@ Citation rendering
`--natbib` `--natbib`
: Use natbib for citations in LaTeX output. This option is not for use : Use natbib for citations in LaTeX output. This option is not for use
with PDF output, since pandoc will not automatically run bibtex in with the `pandoc-citeproc` filter or with PDF output. It is intended for
producing the PDF. It is intended for use in producing a LaTeX file use in producing a LaTeX file that can be processed with pdflatex and
that can be processed with pdflatex and bibtex. bibtex.
`--biblatex` `--biblatex`
: Use biblatex for citations in LaTeX output. This option is not for use : Use biblatex for citations in LaTeX output. This option is not for use
with PDF output, since pandoc will not automatically run bibtex in with the `pandoc-citeproc` filter or with PDF output. It is intended for
producing the PDF. It is intended for use in producing a LaTeX file use in producing a LaTeX file that can be processed with pdflatex and
that can be processed with pdflatex and bibtex or biber. bibtex or biber.
Math rendering in HTML Math rendering in HTML
---------------------- ----------------------