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
Copy file name to clipboardExpand all lines: news/changelog-1.9.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ All changes included in 1.9:
14
14
15
15
## Dependencies
16
16
17
+
- Update `pandoc` to 3.8.3
18
+
- Update `typst` to 0.14.2
17
19
- Update `esbuild` to 0.25.10
18
20
- Update `deno` to 2.4.5
19
21
- ([#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:
40
42
- ([#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.
41
43
- ([#13602](https://github.com/quarto-dev/quarto-cli/issues/13602)): Fix support for multiple files set in `bibliography` field in `biblio.typ` template partial.
42
44
- ([#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.
43
54
44
55
### `pdf`
45
56
@@ -48,6 +59,11 @@ All changes included in 1.9:
48
59
- ([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.
- ([#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.
0 commit comments