-
Notifications
You must be signed in to change notification settings - Fork 0
Home
PeterLawrence edited this page Oct 14, 2010
·
2 revisions
This is a JSMath and MathJAX plugin for Redmine.
Usage
{{jsmath(\sum_i c_i)}} or {{mathjax(\sum_i c_i)}}
To use all the features of this macro you'll need to patch lib/redmine/wiki_formatting.rb replace "MACROS_RE =" with the following..
''' MACROS_RE = / (!)? # escaping ( {{ # opening tag ([\w]+) # macro name (((.*?)))? # optional arguments }} # closing tag ) /xm unless const_defined?(:MACROS_RE) '''