https://github.com/eopb/rendered-maths-solver
A browser add-on that that provides solutions to LaTeX equations rendered with MathJax.
https://github.com/eopb/rendered-maths-solver
Last synced: about 1 year ago
JSON representation
A browser add-on that that provides solutions to LaTeX equations rendered with MathJax.
- Host: GitHub
- URL: https://github.com/eopb/rendered-maths-solver
- Owner: eopb
- Created: 2019-11-22T13:44:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:09:06.000Z (over 3 years ago)
- Last Synced: 2024-12-17T04:16:32.991Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 775 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rendered Maths Solver

[](https://gitlab.com/efunb/rendered-maths-solver/commits/master)
A browser add-on that that provides solutions to LaTeX equations rendered with MathJax using Wolfram Alpha.
## Help
If you run into any issues with this add-on please email [incoming+efunb-rendered-maths-solver-15477312-issue-@incoming.gitlab.com](incoming+efunb-rendered-maths-solver-15477312-issue-@incoming.gitlab.com)
## Where to get this add-on for your browser
[Firefox](https://addons.mozilla.org/en-GB/firefox/addon/rendered-maths-solver)
[Google Chrome / Chromium](https://chrome.google.com/webstore/detail/rendered-maths-solver/oidmcieabepibdebcckbncbfpkhflkcl)
[Download-Latest](https://gitlab.com/efunb/rendered-maths-solver/-/jobs/artifacts/master/download?job=build)
## How to build
Run these commands.
```
npm install
npm run build
```
## Where does it work?
It works in Firefox and Google Chrome.
It is known to work on the following sites:
- [Quora](https://www.quora.com/)
- [Integral Maths](https://integralmaths.org/)
- [SUVAT.app](https://suvat.app/)
## Todos
- [ ] Support of resize on Firefox
- [ ] Update of mode without reload.
- [ ] Support for other maths display engines such as KaTeX
## **Warning**
**If you are viewing this from GitHub then this is a read only copy. Please contribute to the GitLab copy [here](https://gitlab.com/efunb/rendered-maths-solver).**