Changes between Version 10 and Version 11 of TracMathJaxPlugin


Ignore:
Timestamp:
Mar 28, 2013, 4:46:44 AM (11 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracMathJaxPlugin

    v10 v11  
    7777 * Initial release
    7878
     79== Alternative Implementation ==
     80
     81There exist an alternative implementation which uses `math` keyword in wiki syntax so that it does conflicts with `TracMathPlugin` (which you could be using for real LaTeX rendering, including TikZ). Inline syntax is also different, simply using WikiMacros. Examples:
     82
     83{{{
     84[[math(1+2=3)]]
     85
     86{{{
     87#!math
     88x = \frac{1}{2}
     89}}}
     90}}}
     91
     92Otherwise, implementations should be functionally equivalent. If it is not so, please inform us.
     93
     94=== Bugs/Feature Requests ===
     95
     96Please use [https://github.com/mitar/trac-mathjax/issues GitHub] for any issues you have with this implementation.
     97
     98=== Download ===
     99
     100Download the zipped source from [https://github.com/mitar/trac-mathjax/archive/master.zip here].
     101
     102=== Source ===
     103
     104You can clone this implementation from [https://github.com/mitar/trac-mathjax here] using git, or [https://github.com/mitar/trac-mathjax the source] on GitHub.
     105
     106=== Installation ===
     107
     108{{{
     109pip install MathJaxPlugin
     110}}}
     111
     112For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     113
    79114== Author/Contributors ==
    80115
    81 '''Author:''' [wiki:kisielk] [[BR]]
     116'''Authors:''' [wiki:kisielk], [wiki:mitar] [[BR]]
    82117'''Maintainer:''' [wiki:kisielk] [[BR]]
    83118'''Contributors:'''