Skip to content

Commit e65a8b8

Browse files
de-llm sentence cadence
to see if failure to publish was transient
1 parent 4ce5f41 commit e65a8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/blog/posts/2026-03-31-typst-books-and-more

docs/blog/posts/2026-03-31-typst-books-and-more/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can combine book and article layout, but there are some layout quirks when c
103103

104104
Quarto 1.9 automatically stages Typst packages — from your extensions, from Quarto's bundled extensions, and from Quarto itself — into the `.quarto/` cache directory before calling `typst compile`. This means Typst documents render offline without needing network access.
105105

106-
To make this work, extension authors use the new [`typst-gather`](/docs/advanced/typst/typst-gather.qmd) tool, which scans their `.typ` files for `@preview` imports and downloads the packages into the extension directory. Authors run `quarto call typst-gather` and commit the results — users of the extension don't need to do anything.
106+
To make this work, extension authors use the new [`typst-gather`](/docs/advanced/typst/typst-gather.qmd) tool, which scans their `.typ` files for `@preview` imports and downloads the packages into the extension directory. Authors run `quarto call typst-gather` and commit the results. Users of the extension will have the packages staged without any downloads.
107107

108108
This means [Custom Typst Formats](/docs/output-formats/typst-custom.qmd#custom-formats) can depend on Typst packages without copying and pasting Typst code, making them simpler and easier to maintain.
109109

0 commit comments

Comments
 (0)