https://github.com/mit-lcp/django-static-mathjax
MathJax package for Django
https://github.com/mit-lcp/django-static-mathjax
Last synced: 4 days ago
JSON representation
MathJax package for Django
- Host: GitHub
- URL: https://github.com/mit-lcp/django-static-mathjax
- Owner: MIT-LCP
- License: apache-2.0
- Created: 2025-02-05T17:55:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-14T18:17:19.000Z (over 1 year ago)
- Last Synced: 2025-08-11T23:02:05.305Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MathJax for Django
==================
This package provides a copy of MathJax, a JavaScript library for
displaying mathematics on the web, packaged for use with the Django
web framework.
To use MathJax with Django:
1. Install this package.
2. Add `'mathjax'` to your list of `INSTALLED_APPS`.
3. Add a script tag to your page templates, such as:
```
```
For more information about MathJax, refer to https://www.mathjax.org/.
For more information about Django, refer to https://www.djangoproject.com/.