aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-15 11:52:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-15 11:52:03 -0700
commitf6d8df2c76ac3268093e97b6c2e68bf1701755fc (patch)
treee10be6d8e0039f9d1a84f32d79f9160200970107 /MANUAL.txt
parent2bd5ba234257dc682470ad183ff0c2efb387e061 (diff)
downloadpandoc-f6d8df2c76ac3268093e97b6c2e68bf1701755fc.tar.gz
MANUAL: clarify that --biblatex/--natbib don't work directly for PDF.
Closes #4904.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index b4033a5e3..ddd849850 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3981,11 +3981,12 @@ whether or not they appear in the document, by using a wildcard:
@*
...
-For LaTeX or PDF output, you can also use [`natbib`] or [`biblatex`]
-to render bibliography. In order to do so, specify bibliography files as
-outlined above, and add `--natbib` or `--biblatex` argument to `pandoc`
-invocation. Bear in mind that bibliography files have to be in respective
-format (either BibTeX or BibLaTeX).
+For LaTeX output, you can also use [`natbib`] or [`biblatex`] to
+render the bibliography. In order to do so, specify bibliography
+files as outlined above, and add `--natbib` or `--biblatex`
+argument to `pandoc` invocation. Bear in mind that bibliography
+files have to be in respective format (either BibTeX or
+BibLaTeX).
For more information, see the [pandoc-citeproc man page].