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.
- Host: GitHub
- URL: https://github.com/cmoog/tex2typst
- Owner: cmoog
- License: mit
- Created: 2023-11-10T15:49:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T21:31:11.000Z (over 2 years ago)
- Last Synced: 2025-02-10T06:25:05.815Z (over 1 year ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```