https://github.com/qwinsi/tex2typst-webapp
Translate between LaTeX / TeX math markup and Typst in your browser.
https://github.com/qwinsi/tex2typst-webapp
formula latex typst webapp
Last synced: 24 days ago
JSON representation
Translate between LaTeX / TeX math markup and Typst in your browser.
- Host: GitHub
- URL: https://github.com/qwinsi/tex2typst-webapp
- Owner: qwinsi
- License: gpl-3.0
- Created: 2024-07-01T18:11:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T23:42:23.000Z (29 days ago)
- Last Synced: 2025-04-09T00:28:53.529Z (29 days ago)
- Topics: formula, latex, typst, webapp
- Language: JavaScript
- Homepage: https://qwinsi.github.io/tex2typst-webapp/
- Size: 2.86 MB
- Stars: 45
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tex2typst-webapp
Translate between LaTeX / TeX math markup and Typst in your browser.
Demo screenshot:

This project is a Web UI wrapper. The core algorithm is implemented in [qwinsi/tex2typst](https://github.com/qwinsi/tex2typst).
## Trying Online
A static web App is hosted on the [Github Pages](https://qwinsi.github.io/tex2typst-webapp/).
## Development
### Installing Dependencies and Running
```sh
yarn install # or npm install
npm run make:sw
npm run make:html
npm run dev
```### Building
```sh
npm run build
```## Open-source License
GPL v3. See [LICENSE](./LICENSE) for details.