Skip to content

MIT-LCP/django-static-mathjax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

<script src="{% static 'mathjax/es5/tex-mml-chtml.js' %}"></script>

For more information about MathJax, refer to https://www.mathjax.org/.

For more information about Django, refer to https://www.djangoproject.com/.

About

MathJax package for Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages