MathJax Trigger

Categories

Component ID

1655378

Component name

MathJax Trigger

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Purpose

It's annoying to watch the left bottom MathJax loading status on many pages that don't need to render Math formula at all.

Version

7.x-1.x
Try to attach a field to the entity edit form to detect the trigger status.
7.x-2.x
Try to use input filter to detect input format that need to load MathJax.

Branch 7.x-2.x is currently working on LaTex format detection.

Issue

  1. Need to modify mathjax.module before any solution apply to the module to work: http://drupal.org/node/1654416
  2. mathjax.js error

Patches

  1. Solve issue 1, 2: http://drupal.org/node/1655404

Usage

  1. Enable module.
  2. Uncheck 'global switch' or set 'activation settings' properly. Check 'Use MathJax Trigger'
  3. Add 'MathJax Trigger Filter' to your input format.

Todo

  • Add MathML support, but currently it seems useless in editing content. Will only do it if someone ask for.