An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# tex2typst-webapp

Translate between LaTeX / TeX math markup and Typst in your browser.

Demo screenshot:

![Screenshot](./screenshot.png)

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.