aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-03-05 13:24:05 -0800
committerJohn MacFarlane <[email protected]>2025-03-05 13:24:05 -0800
commite73b9ee1d80b0732d2e422b3ab30260b646e47a2 (patch)
tree14412825be46f92bd34f133cd8952704e9aff199 /MANUAL.txt
parentb58381a0d498a3c6a1e45f69807366e8674448d7 (diff)
Disable citations extension in writers if `--citeproc` is used.
Otherwise we get undesirable results, as the format's native citation mechanism is used instead of (or in addition to) the citeproc-generated citations. Closes #10662.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index ca3126171..d57682318 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1505,11 +1505,10 @@ header when requesting a document from a URL:
order they appear on the command line. For more
information, see the section on [Citations].
- Note: if your target format is `markdown`, `org`, or `typst`,
- you will need to disable the `citations` extension (e.g., `-t
- markdown-citations`) to see the rendered citations and
- bibliography. Otherwise the format's own citation syntax will
- be used.
+ Note: if this option is specified, the `citations` extension
+ will be disabled automatically in the writer, to ensure that
+ the citeproc-generated citations will be rendered instead of
+ the format's own citation syntax.
`--bibliography=`*FILE*