Typst 原生支持可变字体与 HTML 公式导出
推荐指数 44.0 NO. 019 · 2026.06.16
发布2026/06/15Score193Comments45
为什么值得看
排版工具 Typst 发布 0.15.0,新增可变字体支持和 HTML 方程式的 MathML 原生导出。对需要技术文档/论文排版的工程师,这意味着更轻量的 LaTeX 替代方案又补上了两块关键短板。
媒体预览
编辑判断
学术和技术写作圈子里,从 LaTeX 迁移到 Typst 的最大阻力一直是字体灵活性和 Web 输出质量。可变字体支持让 Typst 在视觉设计上终于能追上现代排版需求,而 MathML 原生导出则直接瞄准了 ArXiv 论文 HTML 化、技术博客公式渲染这些高频场景。
之前用 Typst 写论文的人,遇到复杂字体需求往往要回退到 LaTeX 或手动切静态字重;HTML 公式则依赖 KaTeX/MathJax 等外部转换,容易丢格式。0.15 这两刀切得很准。如果你正在维护技术文档站或考虑替代 Overleaf 的工作流,现在可以重新评估 Typst 的生产就绪度了。
社区反馈
正面 45 条评论
核心争论:Typst 是否已超越 LaTeX/pandoc 成为技术文档排版最优解
I have nothing but great things to say about typst, and this is my personal favorite from this release: "A single document can now contain multiple bibliographies"
HTML support just keeps getting better and better! Mathematical equations are now automatically exported to MathML (thanks to @mkorje)[1] [1]: https://github.com/typst/typst/pull/7436
Oh, that’s very exciting! That probably improves the path from Typst to EPUB considerably!