Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickstaa/wordeq-2-latexeq
Small Javascript Regex app that converts Word equations to Latex equations.
https://github.com/rickstaa/wordeq-2-latexeq
converter equations latex tool word
Last synced: about 1 month ago
JSON representation
Small Javascript Regex app that converts Word equations to Latex equations.
- Host: GitHub
- URL: https://github.com/rickstaa/wordeq-2-latexeq
- Owner: rickstaa
- License: mit
- Created: 2022-07-11T08:35:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T19:38:56.000Z (10 months ago)
- Last Synced: 2024-10-12T18:50:02.851Z (3 months ago)
- Topics: converter, equations, latex, tool, word
- Language: TypeScript
- Homepage: https://wordeq-2-latexeq.rickstaa.dev
- Size: 2.07 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Wordeq-2-latexeq
Small Javascript Regex app that converts Word equations to Latex equations. I quickly created this app when I encountered problems copying equations from word to latex. For more information see [this StackOverflow question](https://tex.stackexchange.com/questions/645334/mathbit-undefined-control-sequence). It uses regex to remove the following redundant tags that are added by word:
- `\mathbit`
- `\mathbf`Feel free to open a [pull request](https://github.com/rickstaa/wordeq-2-latexeq/pulls) if you think a tag is missing or want to improve the app styling 🖌. Please check out the [CONTRIBUTING](CONTRIBUTING.md) guidelines for more information on how to contribute.