This is a simple little plugin which allows mathematical notation to be used within Redmine.
- Download archive and extract to
#{RAILS_ROOT}/plugins
(Redmine 2.x) or#{RAILS_ROOT}/vendor/plugins
(Redmine 1.x). - If you downloaded the zipball (https://github.com/process91/redmine_latex_mathjax/zipball/master), rename the extracted directory to 'redmine_latex_mathjax'
- Restart Redmine (e.g. by restarting Apache)
Login to Redmine and go to Administration->Plugins. You should now see 'Redmine LaTeX MathJax', which indicates it is installed. Enjoy!
Anywhere on a wiki page (for example) write for inline formulas (inlineMath):
and for block type formulas (displayMath):
Hit 'Preview' or 'Save' to make the notation show up.
Q: Why do the formulas not show up in PDFs?
A: They do not show up in PDFs that are generated by using the PDF link below the wiki pages. See Closed Issue: Formula will not display in PDF export (mboratko#1 (comment))