Skip to content

qwinsi/tex2typst-webapp

Repository files navigation

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.

Development

Installing Dependencies and Running

yarn install # or npm install
npm run make:sw
npm run make:html
npm run dev

Building

npm run build