Files
pandoc/stack.yaml
John MacFarlane 28d3dbfec9 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.
2025-12-06 18:33:17 +01:00

33 lines
751 B
YAML

flags:
pandoc:
embed_data_files: true
QuickCheck:
old-random: false
packages:
- '.'
- 'pandoc-cli'
- 'pandoc-lua-engine'
- 'pandoc-server'
extra-deps:
- hslua-2.4.0
- hslua-module-system-1.2.3
- hslua-objectorientation-2.4.0
- hslua-packaging-2.3.2
- typst-symbols-0.1.9.1
- citeproc-0.12
- texmath-0.13.0.2
- djot-0.1.2.4
- git: https://github.com/jgm/asciidoc-hs.git
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
nix:
packages:
- pkg-config
- zlib