Math Integral Cheatsheet
Github Repo: repo
Integral CheatSheet
This project provides a web-based cheat sheet for common integral formulas. All formulas are maintained in LaTeX, automatically converted to JSON, and rendered beautifully on a web page using MathJax.
Project Structure
1 |
|
Usage
Quickly Setup
- Using the webpage: Integral Cheatsheet
git clone
all the source code to get themain.tex
or thesrc/main.pdf
- Download main.pdf directly.
Using Overleaf
Download files.zip from the release page and drag the zip file to overleaf.
Want to build your own?
Fork this repo and make some modifications on your own!
- Edit Integral Formulas
Edit or add formulas in src/main.tex
using LaTeX, preferably within enumerate
environments.
- Generate JSON Data
Run the Python script to extract formulas from the LaTeX file and generate the JSON file:
1 |
|
This will read main.tex
and output integrals.json
.
- View in Browser
Open index.html
in your browser to view all integral formulas with LaTeX rendering and notes.
Note:
Make sure the path tointegrals.json
inindex.html
matches its actual location (default:src/integrals.json
).
Technology Stack
- LaTeX: For editing and maintaining formulas
- Python: For extracting and converting formulas to JSON
- HTML + JavaScript: For web display
- MathJax: For rendering LaTeX formulas
Contribution
Contributions are welcome! Feel free to add or correct formulas, improve scripts, or submit issues and pull requests.
In one word, PR Welcome!😍