aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-04 12:18:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-04 12:18:44 -0700
commit26dc79cdd12c68ddd24f2c58eede0785121fedc8 (patch)
tree5e9aade46f3e2bf4fceab8042f6dcd6bf2b82c4a
parent0c7e084342b2a077f83809e6613979adcefb1592 (diff)
downloadpandoc-26dc79cdd12c68ddd24f2c58eede0785121fedc8.tar.gz
Clarified use of `--natbib` and `--biblatex`.
Not for use with pandoc-citeproc.
-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
----------------------