-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Currently Typst supports PDF, SVG, and canvas compilation, however, compilation has to be explicitly triggered. For canvas output, it needs to:
- Compile Typst/LaTeX on save
- Perform compilation progressively
- Transmit feedback from canvas viewer to the renderer to specify pages being currently viewed
- Render changes rather than re-render the entire document
Eloitor