Skip to content

Commit 980761c

Browse files
committed
changelog - add new deps version and template changes
1 parent 2a14bc1 commit 980761c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

news/changelog-1.9.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ All changes included in 1.9:
1414

1515
## Dependencies
1616

17+
- Update `pandoc` to 3.8.3
18+
- Update `typst` to 0.14.2
1719
- Update `esbuild` to 0.25.10
1820
- Update `deno` to 2.4.5
1921
- ([#13601](https://github.com/quarto-dev/quarto-cli/pull/13601)): Update `mermaid` to 11.12.0 (author: @multimeric)
@@ -40,6 +42,15 @@ All changes included in 1.9:
4042
- ([#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.
4143
- ([#13602](https://github.com/quarto-dev/quarto-cli/issues/13602)): Fix support for multiple files set in `bibliography` field in `biblio.typ` template partial.
4244
- ([#13775](https://github.com/quarto-dev/quarto-cli/issues/13775)): Fix brand fonts not being applied when using `citeproc: true` with Typst format. Format detection now properly handles Pandoc format variants like `typst-citations`.
45+
- ([#13249](https://github.com/quarto-dev/quarto-cli/pull/13249)): Update to Pandoc's Typst template following Pandoc 3.8.3 and Typst 0.14.2 support:
46+
- Code syntax highlighting now uses Skylighting by default.
47+
- New template variables `mathfont`, `codefont`, and `linestretch` for font and line spacing customization.
48+
- New template variables `linkcolor`, `citecolor`, and `filecolor` for link color customization.
49+
- New template variable `thanks` for title footnote acknowledgment.
50+
- New template variable `abstract-title` for abstract header customization.
51+
- PDF accessibility metadata: document title, author, and keywords are now set for PDF readers.
52+
- Two-column layout now uses `set page(columns:)` instead of `columns()` function, fixing compatibility with landscape sections.
53+
- Title block now properly spans both columns in multi-column layouts.
4354

4455
### `pdf`
4556

@@ -48,6 +59,11 @@ All changes included in 1.9:
4859
- ([rstudio/tinytex-releases#49](https://github.com/rstudio/tinytex-releases/issues/49)): Fix detection of LuaTeX-ja missing file errors by matching both "File" and "file" in error messages.
4960
- ([#13667](https://github.com/quarto-dev/quarto-cli/issues/13667)): Fix LaTeX compilation error with Python error output containing caret characters.
5061
- ([#13730](https://github.com/quarto-dev/quarto-cli/issues/13730)): Fix TinyTeX detection when `~/.TinyTeX/` directory exists without binaries. Quarto now verifies that the bin directory and tlmgr binary exist before reporting TinyTeX as available, allowing proper fallback to system PATH installations.
62+
- ([#13249](https://github.com/quarto-dev/quarto-cli/pull/13249)): Update to Pandoc's LaTeX template following Pandoc 3.8.3 support:
63+
- New RTL support for LuaTeX with `\RL`, `\LR` commands and `RTL`, `LTR` environments.
64+
- New `shorthands` variable for Babel language shortcuts control.
65+
- New `pdf-trailer-id` support for reproducible PDF builds.
66+
- New `cancel` package support for `\cancel` command in math.
5167

5268
### `revealjs`
5369

0 commit comments

Comments
 (0)