Changes between Version 6 and Version 7 of TracMathJaxPlugin


Ignore:
Timestamp:
Aug 9, 2012, 5:21:52 AM (12 years ago)
Author:
Kamil Kisiel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracMathJaxPlugin

    v6 v7  
    1010== Download and Source ==
    1111
    12 Download the 0.2 release in [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.2.zip zip], [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.2.tar.gz gz], or [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.2.tar.bz2 bz2] format.
     12Download the 0.3 release in [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.3.zip zip], [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.3.tar.gz gz], or [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.3.tar.bz2 bz2] format.
    1313
    1414For the latest changes, check out the source [https://bitbucket.org/kisielk/tracmathjaxplugin using Hg], or [https://bitbucket.org/kisielk/tracmathjaxplugin/src browse it on Bitbucket].
     
    3131 tracmathjax.* = enabled
    3232}}}
    33 
    34 You must also create a new section called `[tracmathjax]` and set the option `mathjax_path` to the absolute filesystem path where you unpacked !MathJax:
    35 {{{
    36 [tracmathjax]
    37 mathjax_path = /path/to/mathjax
    38 }}}
    3933
    4034For additional customization of the display output, see the [http://www.mathjax.org/resources/docs/ MathJax documentation].
     
    7266
    7367== Release Notes ==
     68=== 0.3 ===
     69 * Use the MathJax CDN to serve MathJax
    7470
    7571=== 0.2 ===