diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-11-09 08:10:46 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-11-09 08:10:46 -0800 |
| commit | 9fbdd95f3dd12ba6432bba7e3480aa7af4c622e4 (patch) | |
| tree | 80e2ff7f91db2bf42fcd7436b4778140478c6da1 /MANUAL.txt | |
| parent | 69bbb8903fa5101a93258203c7809fbb9f2d1864 (diff) | |
MANUAL.txt: update defaults file docs for bibliography fields.
Recommend using top-level `bibliography` `csl`, etc. instead
of a nested `metadata` field. Reason: `${USERDATA}` and `${HOME}`
are only expanded in these contexts, not in `metadata`.
See #9173.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index fcfbe2695..c85d04302 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2048,18 +2048,15 @@ To include the built-in citeproc filter, use either `citeproc` or | ``` | ``` | +----------------------------------+-----------------------------------+ | ``` | ``` yaml | -| --bibliography logic.bib | metadata: | -| | bibliography: logic.bib | +| --bibliography logic.bib | bibliography: logic.bib | | ``` | ``` | +----------------------------------+-----------------------------------+ | ``` | ``` yaml | -| --csl ieee.csl | metadata: | -| | csl: ieee.csl | +| --csl ieee.csl | csl: ieee.csl | | ``` | ``` | +----------------------------------+-----------------------------------+ | ``` | ``` yaml | -| --citation-abbreviations ab.json | metadata: | -| | citation-abbreviations: ab.json | +| --citation-abbreviations ab.json | citation-abbreviations: ab.json | | ``` | ``` | +----------------------------------+-----------------------------------+ | ``` | ``` yaml | |
