Show HN: Tylax – A bidirectional LaTeX to Typst converter in Rust
democat Wednesday, January 07, 2026Hi HN, author here.
I built Tylax because I wanted to migrate my old LaTeX papers to Typst but found existing regex-based scripts too fragile for nested environments.
Tylax parses LaTeX into an AST (using mitex-parser) and converts it to Typst code. It supports: - Full document structure (not just math snippets) - Complex math (matrices, integrals) - Experimental TikZ -> CeTZ graphics conversion - Runs in browser via WASM
Repo: https://github.com/scipenai/tylax Web Demo: https://convert.silkyai.cn/
Happy to answer any questions!
Summary
The article discusses the development of Tylax, an open-source language model trained using the ScipEnai framework. Tylax is designed to tackle various natural language processing tasks and is intended to be a flexible and customizable solution for researchers and developers.
24
6
Summary
github.com