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

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.

Awesome Lists containing this project

README

          

# Rendered Maths Solver

[![pipeline status](https://gitlab.com/efunb/rendered-maths-solver/badges/master/pipeline.svg)](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).**