An open API service indexing awesome lists of open source software.

https://github.com/cmoog/tex2typst

Convert TeX math to Typst math.
https://github.com/cmoog/tex2typst

Last synced: about 1 year ago
JSON representation

Convert TeX math to Typst math.

Awesome Lists containing this project

README

          

# tex2typst

> Work in progress. Does not yet support all builtin identifiers or layouts.
The goal is to generate high quality conversions with a complete focus on the math subset of each language.

Convert TeX Math to [Typst](https://github.com/typst/typst) Math.

## Build from source

```console
nix build
./result/bin/tex2typst < example.tex
frac(1, 123)
```