Changes between Initial Version and Version 1 of TracMathJaxPlugin


Ignore:
Timestamp:
Dec 30, 2010, 9:54:12 PM (13 years ago)
Author:
Kamil Kisiel
Comment:

New hack TracMathJaxPlugin, created by kisielk

Legend:

Unmodified
Added
Removed
Modified
  • TracMathJaxPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= TracMathJaxPlugin =
     4
     5== Description ==
     6
     7A 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.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracMathJaxPlugin are
     12[report:9?COMPONENT=TracMathJaxPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracMathJaxPlugin&owner=kisielk new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tracmathjaxplugin here].
     20
     21== Source ==
     22
     23You can check out TracMathJaxPlugin from [http://trac-hacks.org/svn/tracmathjaxplugin here] using Subversion, or [source:tracmathjaxplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27To display math inline, enter LaTeX equation in between a pair of `\(` and `\)` brackets:
     28
     29{{{
     30Here is an equation: \( y = x^2 \)
     31}}}
     32
     33To display a block of math, either enter it between a pair of `$$` characters:
     34
     35{{{
     36Here is a block equation: $$ y = x^2 $$
     37}}}
     38
     39or use the `latex` processor:
     40
     41{{{
     42{{{
     43#!latex
     44y = x ^ 2
     45}}}
     46}}}
     47
     48== Recent Changes ==
     49
     50[[ChangeLog(tracmathjaxplugin, 3)]]
     51
     52== Author/Contributors ==
     53
     54'''Author:''' [wiki:kisielk] [[BR]]
     55'''Maintainer:''' [wiki:kisielk] [[BR]]
     56'''Contributors:'''