diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-09-15 11:52:03 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-09-15 11:52:03 -0700 |
commit | f6d8df2c76ac3268093e97b6c2e68bf1701755fc (patch) | |
tree | e10be6d8e0039f9d1a84f32d79f9160200970107 | |
parent | 2bd5ba234257dc682470ad183ff0c2efb387e061 (diff) | |
download | pandoc-f6d8df2c76ac3268093e97b6c2e68bf1701755fc.tar.gz |
MANUAL: clarify that --biblatex/--natbib don't work directly for PDF.
Closes #4904.
-rw-r--r-- | MANUAL.txt | 11 |
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]. |