Changes between Version 14 and Version 15 of TracMathJaxPlugin


Ignore:
Timestamp:
Apr 15, 2015, 12:10:48 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracMathJaxPlugin

    v14 v15  
    1 = TracMathJaxPlugin =
    21[[PageOutline(2-5,Contents,pullout)]]
    32
    4 == Description ==
     3= Rendering math in Trac using ​MathJax
     4
     5== Description
    56
    67A plugin for rendering math in Trac using [http://www.mathjax.org MathJax]. Unlike the TracMathPlugin, this plugin performs all rendering on the client side using web fonts.
    78
    8 It exists in two implementations with a bit different syntax.
     9It exists in two implementations with a different syntax.
    910
    1011See also: TracMathPlugin, LatexFormulaMacro, Trac2LatexPlugin, LatexMacro
    1112
    12 == Download and Source ==
     13== Bugs/Feature Requests
    1314
    14 Download the 0.4 release in [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.4.zip zip], [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.4.tar.gz gz], or [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.4.tar.bz2 bz2] format.
     15Existing bugs and feature requests for TracMathJaxPlugin are
     16[report:9?COMPONENT=TracMathJaxPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=TracMathJaxPlugin&owner=kisielk new ticket].
     20
     21[[TicketQuery(component=TracMathJaxPlugin&group=type,format=progress)]]
     22
     23== Download and Source
     24
     25Download the latest release in [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.4.zip zip], [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.4.tar.gz gz], or [https://bitbucket.org/kisielk/tracmathjaxplugin/get/0.4.tar.bz2 bz2] format.
    1526
    1627For 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].
    1728
    18 == Installation ==
     29== Installation
    1930
    2031Unpack your download. Go to the top level directory of !TracMathJax and type:
    2132{{{
    2233#!sh
    23  $ python setup.py bdist_egg
     34python setup.py bdist_egg
    2435}}}
    2536
     
    2839As of version 0.4 of this plugin you no longer need to download !MathJax to your web server. The plugin will use version of !MathJax from their secure CDN.
    2940
    30 === Configuration ===
     41== Configuration
     42
    3143To activate the component, edit your project's `trac.ini` file to include:
    3244{{{
     
    3850For additional customization of the display output, see the [http://www.mathjax.org/resources/docs/ MathJax documentation].
    3951
    40 == Bugs/Feature Requests ==
    41 
    42 Existing bugs and feature requests for TracMathJaxPlugin are
    43 [report:9?COMPONENT=TracMathJaxPlugin here].
    44 
    45 If you have any issues, create a
    46 [http://trac-hacks.org/newticket?component=TracMathJaxPlugin&owner=kisielk new ticket].
    47 
    48 == Example ==
     52== Example
    4953
    5054To display math inline, enter LaTeX equation in between a pair of `\(` and `\)` brackets:
     
    6973}}}
    7074
    71 == Release Notes ==
    72 === 0.4 ===
     75== Release Notes
     76
     77=== 0.4
    7378 * Update CDN URL
    7479
    75 === 0.3 ===
     80=== 0.3
    7681 * Use the !MathJax CDN to serve !MathJax
    7782
    78 === 0.2 ===
     83=== 0.2
    7984 * Fixed bugs with inline macro syntax (#8500)
    8085
    81 === 0.1 ===
     86=== 0.1
    8287 * Initial release
    8388
    84 == Alternative Implementation ==
     89== Alternative Implementation
    8590
    86 There exist an alternative implementation which uses `math` keyword in wiki syntax so that it does '''not''' conflicts with `TracMathPlugin` (which you could be using for real LaTeX rendering, including TikZ). Inline syntax is also different, simply using WikiMacros. Examples:
     91There exist an alternative implementation which uses `math` keyword in wiki syntax so that it does '''not''' conflicts with `TracMathPlugin`, which you could be using for real LaTeX rendering, including TikZ. Inline syntax is also different, simply using WikiMacros. Examples:
    8792
    8893{{{
     
    97102Otherwise, implementations should be functionally equivalent. If it is not so, please inform us.
    98103
    99 === Bugs/Feature Requests ===
     104=== Bugs/Feature Requests
    100105
    101106Please use [https://github.com/trac-hacks/trac-mathjax/issues GitHub] for any issues you have with this implementation.
    102107
    103 === Download ===
     108=== Download
    104109
    105110Download the zipped source from [https://github.com/trac-hacks/trac-mathjax/archive/master.zip here].
    106111
    107 === Source ===
     112=== Source
    108113
    109114You can clone this implementation from [https://github.com/trac-hacks/trac-mathjax here] using git, or [https://github.com/trac-hacks/trac-mathjax the source] on GitHub.
    110115
    111 === Installation ===
     116=== Installation
    112117
    113118{{{
     
    117122For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    118123
    119 == Author/Contributors ==
     124== Author/Contributors
    120125
    121126'''Authors:''' [wiki:kisielk], [wiki:mitar] [[BR]]
    122 '''Maintainer:''' [wiki:kisielk] [[BR]]
     127'''Maintainer:''' [[Maintainer]] [[BR]]
    123128'''Contributors:'''