Great question! I love Pandoc and use it often, but as a "universal" converter, it sometimes misses the nuances of specific pairs.
Tylax is designed specifically for the LaTeX $\leftrightarrow$ Typst workflow. By focusing on just this 1-on-1 pair, we can offer:
Better Math & Macros: A built-in macro expander handles custom commands (\newcommand) and complex nested math that general parsers often struggle with.
Cleaner Code: The output is designed to be idiomatic and human-readable (e.g., using native Typst functions), not just "compilable."
WASM Support: Being written in Rust means it runs instantly in the browser, making it easy to embed in web apps without a backend.
Pandoc is the Swiss Army knife; we're trying to be a specialized tool just for this specific transition.
fiddlosopher|1 month ago
democat|1 month ago
leephillips|1 month ago
democat|1 month ago