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. It uses regex to remove the following redundant tags that are added by word:
\mathbit
\mathbf
Feel free to open a pull request if you think a tag is missing or want to improve the app styling 🖌. Please check out the CONTRIBUTING guidelines for more information on how to contribute.