diff options
| author | John MacFarlane <[email protected]> | 2024-07-29 09:08:24 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-07-29 09:08:24 -0700 |
| commit | aa5ad5cff4f10a62a7ec40428502b26a2bd96dfb (patch) | |
| tree | 532201422c2570bbfd2b9d3393919a5e240929b2 /MANUAL.txt | |
| parent | b8ed3718b876444dafda7ec369b317fac3517314 (diff) | |
Add a `citations` (typst) section to the manual.
Also clarify that `citations` affects both input and output for
`org`.
See #9127.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 897a4cab1..1c67ceffd 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3686,11 +3686,19 @@ round-tripping) rather than being parsed. Use this only when you are targeting `ipynb` or a Markdown-based output format. +### Extension: `citations` (typst) {#typst-citations} + +When the `citations` extension is enabled in `typst` +(as it is by default), `typst` citations will +be parsed as native pandoc citations, and native +pandoc citations will be rendered as `typst` citations. + ### Extension: `citations` (org) {#org-citations} When the `citations` extension is enabled in `org`, org-cite and org-ref style citations will be parsed as -native pandoc citations. +native pandoc citations, and org-cite citations will +be used to render native pandoc citations. [org-cite]: https://orgmode.org/manual/Citations.html [org-ref]: https://github.com/jkitchin/org-ref |
