Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download mathjax-7.x-2.x-dev.tar.gztar.gz 11.92 KB
MD5: 97a63bd98eee0eba92e2cda07fd511c4
SHA-1: c482c1aa83959556c0bf1c9a09c5cec4c2bfdb89
SHA-256: f9e932d1d2fb2aba62dbfbf1cc00780374885a9417db5d5891f58f3bbc352cfa
Download mathjax-7.x-2.x-dev.zipzip 14.32 KB
MD5: acf5576eee1a105e8e98e71d0d58847e
SHA-1: 03b85458261b8c49011f9c6272770103d35dbae9
SHA-256: 19828d4f1a1f74b9958997b6784869cc2360548804e3e736baceab3221bd8200

Release notes

See issue #2084267: Allow using MathJax as a input filter for text formats, rather than a global filter

This is a prototype of the idea. To test it, set up an input type with the MathJax filter and also set your MathJax configuration to:

MathJax.Hub.Config({
  extensions: ["tex2jax.js"],
  jax: ["input/TeX","output/HTML-CSS"],
  tex2jax: {
    inlineMath: [ ['$','$'], ['\\(','\\)'] ],
    processEscapes: true,
    processClass: "tex2jax",
    ignoreClass: "html"
  },
  showProcessingMessages: false,
  messageStyle: "none"
});

Known issues:
* None

Created by: cilefen
Created on: 17 Sep 2013 at 01:56 UTC
Last updated: 14 Apr 2017 at 18:54 UTC

Other releases