summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-11-09 08:10:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-11-09 08:10:46 -0800
commit9fbdd95f3dd12ba6432bba7e3480aa7af4c622e4 (patch)
tree80e2ff7f91db2bf42fcd7436b4778140478c6da1 /MANUAL.txt
parent69bbb8903fa5101a93258203c7809fbb9f2d1864 (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.txt9
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 |