Skip to content
PeterLawrence edited this page Oct 14, 2010 · 2 revisions

Welcome to the redmine_jsequation_macros wiki page.

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) '''

Clone this wiki locally