aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 3b9b90128..05eccd0ee 100644
--- a/README
+++ b/README
@@ -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
----------------------