Skip to content

Commit

Permalink
MANUAL.txt: update defaults file docs for bibliography fields.
Browse files Browse the repository at this point in the history
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 jgm#9173.
  • Loading branch information
jgm committed Nov 9, 2023
1 parent 69bbb89 commit 9fbdd95
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 9fbdd95

Please sign in to comment.