Wybxc
January 30, 2026, 2:28am
1
The generated HTML no longer depends on CDN resources, enabling fully offline use.
Progress is now controlled and persisted via the URL hash instead of session storage.
Spacing between slips and page margins now scale with the screen size and can be customized in the show rule.
Added support for gesture navigation (swipe up/down) on touch devices.
Typst Universe: slipst – Typst Universe
7 Likes
Many thanks to the developer of this highly useful package, for its very intuitive and highly effective approach to presentations.
A question regarding the use of Slipst 0.3 can be found here:
Context
I am using Typst with the slipst package (v0.3.0) to generate two outputs from a single source:
Interactive HTML slides (handout: false)
Static PDF handout (handout: true)
Note: This use case is common in regions where educational practice deliberately relies on both physical media (specifically A4 paper handouts) and projector-based presentations. Both output formats must maintain visual correspondence—at minimum in terms of content width—even when portions of the source file are con…