Translate LaTeX or TeX math markup to typst in your browser.
Demo screenshot:
This project is a Web UI wrapper. The core algorithm is implemented in qwinsi/tex2typst.
A static web App is deployed on Github page.
This project is developed with Vue 3 in Vite. So the development steps follow the general paradigm of Vite.
npm install
npm run dev
npm run build