From 9fbdd95f3dd12ba6432bba7e3480aa7af4c622e4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 9 Nov 2023 08:10:46 -0800 Subject: [PATCH] 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. --- MANUAL.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index fcfbe2695993..c85d043021c7 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 |