Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/golopot/tex-to-unicode
A browser extension to convert TeX to Unicode in browser inputs.
https://github.com/golopot/tex-to-unicode
Last synced: 16 days ago
JSON representation
A browser extension to convert TeX to Unicode in browser inputs.
- Host: GitHub
- URL: https://github.com/golopot/tex-to-unicode
- Owner: golopot
- License: mit
- Created: 2018-01-19T09:50:07.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T10:02:38.000Z (over 1 year ago)
- Last Synced: 2024-10-12T03:22:18.430Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://golopot.github.io/tex-to-unicode/
- Size: 1.01 MB
- Stars: 59
- Watchers: 2
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
## TeX to Unicode
[![Build Status](https://travis-ci.org/golopot/tex-to-unicode.svg?branch=master)](https://travis-ci.org/golopot/tex-to-unicode)
[![codecov](https://codecov.io/gh/golopot/tex-to-unicode/branch/master/graph/badge.svg)](https://codecov.io/gh/golopot/tex-to-unicode)Convert LaTeX to Unicode by pressing "Alt + W" in input and textarea.
This extension helps you input mathematical Unicode symbols and Greek letters without copy-pasting.
Website: https://golopot.github.io/tex-to-unicode/
Chrome Extension: https://chrome.google.com/webstore/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif
Firefox Extension: https://addons.mozilla.org/en-US/firefox/addon/tex-to-unicode/
## Develop
`npm run dev`: Run webpack in watch mode.
`npm run pack-extension`: Create a zip file for publishing.
## License
[MIT](LICENSE)