diff options
| author | John MacFarlane <[email protected]> | 2025-07-25 10:25:14 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-07 17:07:05 +0100 |
| commit | 7767011767eeccf1fb089a3c436f43a243d7da2e (patch) | |
| tree | 8cb2e7ce0b56019dc3e1e0cddfd4c6a73c834d25 /cabal.project | |
| parent | 7ced712014b64b59d39e07c82a1633109c05f730 (diff) | |
Implement `reset-citation-positions` class on headings.
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 'cabal.project')
| -rw-r--r-- | cabal.project | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index fb9f2d2a3..b275b3ba7 100644 --- a/cabal.project +++ b/cabal.project @@ -14,5 +14,10 @@ source-repository-package source-repository-package type: git + location: https://github.com/jgm/citeproc.git + tag: 777a916be683a40e9b5e17da25816917b6fb1208 + +source-repository-package + type: git location: https://github.com/jgm/typst-hs.git tag: 9b10ff32492304867b6cc410db6e843c2c9b913b |
