Skip to main content

Provides plugin to render formulae in django CMS

Project description

djangocms-katex

Provides a django CMS plugin to render formulae using KaTeX.

Installation

For a manual install:

  • run pip install djangocms-katex

  • add the following entries to your INSTALLED_APPS:

        "djangocms_katex",
    
  • run python manage.py migrate

The Code plugin uses the ace code editor which is loaded from a CDN by default. If you want the ace code editor to be served from static files, please use djangocms-katex[static-ace] instead of djangocms-katex in your requirements or with pip. Make the static files for the ace code editor available to your project by adding djangocms_static_ace to your project's INSTALLED_APPS.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-katex-0.1.0.tar.gz (1.3 MB view hashes)

Uploaded Source

Built Distribution

djangocms_katex-0.1.0-py3-none-any.whl (1.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page