https://github.com/chantakan/tex2typst-math
Web app to convert latex formulas to typst formulas
https://github.com/chantakan/tex2typst-math
latex react-router tailwindcss typescript typst wasm webassembly
Last synced: 2 months ago
JSON representation
Web app to convert latex formulas to typst formulas
- Host: GitHub
- URL: https://github.com/chantakan/tex2typst-math
- Owner: chantakan
- Created: 2024-12-29T17:48:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:35:55.000Z (over 1 year ago)
- Last Synced: 2025-05-24T00:10:56.340Z (about 1 year ago)
- Topics: latex, react-router, tailwindcss, typescript, typst, wasm, webassembly
- Language: TypeScript
- Homepage: https://tex2typst-math.tompython.com
- Size: 7.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# TEX to Typst Math Converter
A web application that converts LaTeX mathematical expressions to Typst format.
## Overview

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)