/djangocms-latex

Primary LanguagePythonMIT LicenseMIT

djangocms-latex

LaTEX plugin for django CMS 3.0

Supported Python version:

  • Python 2.7
  • Python 3.3
  • Python 3.4
  • Python 3.5

Supported Django versions:

  • Django 1.8
  • Django 1.9
  • Django 1.10

Supported django CMS versions:

  • django CMS 3.x

Documentation

The full documentation is at http://djangocms-latex.rtfd.org.

Quickstart

  1. Install djangocms-latex:

    pip install djangocms-latex
    
  2. Add to INSTALLED_APPS:

    'djangocms_latex',
    
  3. Update the database schema:

    $ python manage migrate djangocms_latex
    
  4. Add "latex equation" plugin to your placeholders

Features

  • Use highlight.js to do syntax highlighting on provided code