diff options
| author | John MacFarlane <[email protected]> | 2025-07-23 14:08:14 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-07-23 14:10:43 -0700 |
| commit | 7ec7efeee72a537a2a8519887321edff96551210 (patch) | |
| tree | d32a7114267430df05767de89d739af6381071df | |
| parent | 01a305af58b2b91179266e3463e07db94fcc11f0 (diff) | |
Use latest dev citeproc.
Closes #10983 by allowing `nocase` spans to be used to suppress
capitalization of initial word in a footnote.
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 | ||||
| -rw-r--r-- | test/command/biblatex-britannica.md | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cabal.project b/cabal.project index 281f67395..00875409c 100644 --- a/cabal.project +++ b/cabal.project @@ -12,6 +12,6 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, source-repository-package type: git location: https://github.com/jgm/citeproc.git - tag: 8cb87866967674049a8d1c933dc1effbfe80e8ef + tag: 120d0914adf90908ae0eca972a061e9edd6e65a1 -- TODO: release new skylighting-core, skylighting diff --git a/stack.yaml b/stack.yaml index 7d0550bc1..07aa047e2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,7 +23,7 @@ extra-deps: - texmath-0.12.10.3 - typst-0.8.0.1 - git: https://github.com/jgm/citeproc.git - commit: 8cb87866967674049a8d1c933dc1effbfe80e8ef + commit: 120d0914adf90908ae0eca972a061e9edd6e65a1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.22 diff --git a/test/command/biblatex-britannica.md b/test/command/biblatex-britannica.md index 37a3a0720..cd04d1b4f 100644 --- a/test/command/biblatex-britannica.md +++ b/test/command/biblatex-britannica.md @@ -76,8 +76,8 @@ references: number-of-volumes: 32 publisher: Encyclopædia Britannica publisher-place: Chicago, Ill. - title: The new encyclopædia Britannica - title-short: Encyclopædia Britannica + title: The new encyclop[æ]{.nocase}dia Britannica + title-short: Encyclop[æ]{.nocase}dia Britannica type: book --- |
