You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
claude: simplify typst-templates test to target main branch
Fixes#13486
The quarto-ext/typst-templates repo now has the import-and-gather
changes merged to main. Remove the branch override, local-path
development shortcut, and skip logic, simplifying the template list
to a plain string array.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Copy file name to clipboardExpand all lines: news/changelog-1.9.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ All changes included in 1.9:
69
69
- ([#13362](https://github.com/quarto-dev/quarto-cli/issues/13362)): Remove unused `blockquote` definitions from template.
70
70
- ([#13452](https://github.com/quarto-dev/quarto-cli/issues/13452)): Wraps subfigure captions generated by `quarto_super()` in `block` function to avoid emitting `par` elements. (author: @christopherkenny)
71
71
- ([#13474](https://github.com/quarto-dev/quarto-cli/issues/13474)): Heading font for title should default to `mainfont`.
72
+
- ([#13486](https://github.com/quarto-dev/quarto-cli/issues/13486)): Update the [Custom Typst Templates](https://quarto.org/docs/output-formats/typst-custom.html), which had been failing due to changes in the Typst language, to use the latest upstream packages and bundle them using `typst-gather` for offline use. (ams, dept-news, fiction, ieee, letter, poster)
72
73
- ([#13555](https://github.com/quarto-dev/quarto-cli/issues/13555)): Add support for `icon=false` in callouts when used in `format: typst`.
73
74
- ([#13589](https://github.com/quarto-dev/quarto-cli/issues/13589)): Fix callouts with invalid ID prefixes crashing with "attempt to index a nil value". Callouts with unknown reference types now render as non-crossreferenceable callouts with a warning, ignoring the invalid ID.
74
75
- ([#13602](https://github.com/quarto-dev/quarto-cli/issues/13602)): Fix support for multiple files set in `bibliography` field in `biblio.typ` template partial.
0 commit comments