diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2021-01-27 09:22:50 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2021-01-27 09:22:50 -0800 |
| commit | 2ca61a5350003a0327eb9a031c84ae4a2a05807b (patch) | |
| tree | c5b579829d2c59d1dba887d985597c40cee09efb | |
| parent | 98c2a52b4ee6c833c0a2f2652386cec024e377eb (diff) | |
| download | pandoc-2ca61a5350003a0327eb9a031c84ae4a2a05807b.tar.gz | |
Improve docs for cite-method.
| -rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index d113ea59f..ebed63d2c 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1568,8 +1568,11 @@ data-dir: verbosity: INFO log-file: log.json -# citeproc, natbib, or biblatex +# citeproc, natbib, or biblatex. This only affects LaTeX +# output. If you want to use citeproc to format citations, +# you should also set 'citeproc: true' (see above). cite-method: citeproc + # part, chapter, section, or default: top-level-division: chapter abbreviations: |
