Skip to content

Support packages from Typst universe#71

Merged
Splines merged 17 commits intomainfrom
feature/typst-universe
Mar 20, 2026
Merged

Support packages from Typst universe#71
Splines merged 17 commits intomainfrom
feature/typst-universe

Conversation

@Splines
Copy link
Owner

@Splines Splines commented Mar 20, 2026

Resolves #9. Finally, it is possible to do something like this:

#import "@preview/physica:0.9.8": *

$ curl (grad f), tensor(T, -mu, +nu), pdv(f,x,y,[1,2]) $

  • Fetch packages from Typst Universe in the background and cache them. See Auto-download/compile packages from Typst Universe Myriad-Dreamin/typst.ts#825
  • Automatically download necessary fonts and cache them.
  • Add a "Preview Typst Fill" checkbox to the UI. This allows users to preview the colors used in the Typst document itself, which is very important for complex graphics with multiple colors.
  • Some graphics may make use of SVG transparency. We normalize this and use opacity to be compatible with PowerPoint's SVG import.

There will certainly be some edge cases, so please open an issue should you encounter one.

This comment was marked as resolved.

This comment was marked as resolved.

@Splines Splines merged commit 61cd921 into main Mar 20, 2026
1 check passed
@Splines Splines deleted the feature/typst-universe branch March 20, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Auto-download Typst packages

2 participants