Clarified use of --natbib
and --biblatex
.
Not for use with pandoc-citeproc.
This commit is contained in:
parent
0c7e084342
commit
26dc79cdd1
1 changed files with 6 additions and 6 deletions
12
README
12
README
|
@ -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
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue