Changes between Version 35 and Version 36 of TracMathPlugin

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
01/14/13 06:02:42 (4 months ago)
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • TracMathPlugin

    v35 v36  
    1919Unpack your download. Go to the top level directory of !TracMath and type: 
    2020{{{ 
     21#!sh 
    2122 $ python setup.py bdist_egg 
    2223}}} 
    2627To activate the component, edit your project's `trac.ini` file to include: 
    2728{{{ 
     29#!ini 
    2830 [components]  
    2931 tracmath.* = enabled 
    3335 
    3436{{{ 
     37#!ini 
    3538 [tracmath] 
    3639 pdflatex_cmd = <location of your pdflatex binary> 
    4649 
    4750{{{ 
     51#!ini 
    4852 pdflatex_cmd = ""C:/Program Files/MiKTeX 2.7/miktex/bin/pdflatex.exe"" 
    4953 gs_cmd = ""C:/Program Files/GhostScript/bin/gs.exe""