Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chantakan/tex2typst-math
https://github.com/chantakan/tex2typst-math
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chantakan/tex2typst-math
- Owner: chantakan
- Created: 2024-12-29T17:48:45.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T21:46:51.000Z (25 days ago)
- Last Synced: 2024-12-29T22:25:34.559Z (25 days ago)
- Language: TypeScript
- Size: 7.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Favicon](/public/favicon.ico)
# TEX to Typst Math Converter
A web application that converts LaTeX mathematical expressions to Typst format.## Overview
![image](https://github.com/user-attachments/assets/652e6036-0693-474e-96b5-c0cfa8e3ec4a)
This tool provides a simple way to convert mathematical expressions from LaTeX syntax to Typst syntax.
## Tech Stack
- React + TypeScript
- React Router v7
- TailwindCSS
- [typst.ts](https://github.com/Myriad-Dreamin/typst.ts) (WASM)
- [mitex](https://github.com/mitex-rs/mitex) (WASM)## Deployment
The application is accessible at:
[https://tex2typst-math.tompython.com](https://tex2typst-math.tompython.com)