Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 691 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 691 Bytes

tex2typst-webapp

Translate LaTeX or TeX math markup to typst in your browser.

Demo screenshot:

Screenshot

This project is a Web UI wrapper. The core algorithm is implemented in qwinsi/tex2typst.

Trying Online

A static web App is deployed on Github page.

Developing

This project is developed with Vue 3 in Vite. So the development steps follow the general paradigm of Vite.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build