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

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

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/.