diff options
| author | John MacFarlane <[email protected]> | 2025-07-25 10:25:14 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-06 18:33:17 +0100 |
| commit | 28d3dbfec97b9cdccf16fb63042380c2ef89cb63 (patch) | |
| tree | c7389cf40d900cbeed16d58227bc5ab0159cb317 /stack.yaml | |
| parent | 7ced712014b64b59d39e07c82a1633109c05f730 (diff) | |
Implement `reset-citation-positions` class on headings.reset-position
When the `reset-citation-positions` class is added to
a top-level heading, `--citeproc` will reset position
information at that point in the document. This is needed
in order to ensure that the first citation in a chapter
to a work that has been cited in a previous chapter will
not be in abbreviated form.
Requires a dependency on a development version of citeproc.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index f54de02ea..1be937e6a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,6 +21,8 @@ extra-deps: commit: c2b4852e0002a7995793ec0e3c44b723a85a2ca2 - git: https://github.com/jgm/typst-hs.git commit: 9b10ff32492304867b6cc410db6e843c2c9b913b +- git: https://github.com/jgm/citeproc.git + tag: 6e1028d3dde5fdfc5225f445f7293649b59df0b1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-24.20 |
