Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 554 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 554 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.

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