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
The `at` and `finally` options of [code blocks](/features/line-highlighting) are also available for Typst blocks.
63
+
64
+
## Why Typst?
65
+
66
+
Typst is a modern typesetting system designed as an alternative to LaTeX. It offers:
67
+
68
+
- More concise syntax than LaTeX
69
+
- Better package manager support
70
+
- Powerful math formula typesetting
71
+
- Ability to use third-party packages for tasks like plotting and drawing vector graphics
72
+
73
+
This makes Typst particularly useful for those who are already documenting with Typst and want a consistent experience in their presentations.
74
+
75
+
## Implementation
76
+
77
+
Slidev's Typst support is powered by [Typst.ts](https://github.com/Myriad-Dreamin/typst.ts), which brings Typst to the JavaScript world, making it easy to render Typst source code to SVG or HTML in both server-side and client-side environments.
0 commit comments