Project

General

Profile

Plugins Directory » Redmine LaTeX MathJax

Author: Five Above Infinity
Website: https://github.com/5inf/redmine_latex_mathjax
Code repository: https://github.com/5inf/redmine_latex_mathjax
Registered on: 2020-04-17 (about 4 years ago)
Current version: 0.4.0
Compatible with: Redmine 4.1.x, 4.0.x
User ratings:   (0)

This is a simple little plugin which allows mathematical notation to be used within Redmine.
Initially writen by mboratko (https://github.com/mboratko/redmine_latex_mathjax)

Installation notes

  1. Download archive and extract to /your/path/to/redmine/plugins/
  2. If you downloaded the zipball (https://github.com/process91/redmine_latex_mathjax/archive/master.zip), rename the extracted directory to 'redmine_latex_mathjax'
  3. (Optional) Modify init.rb. For example, if you host MathJax yourself you can point to your own MathJax location.
  4. run cd /var/www/redmine bundle install --without development test --no-deployment
  5. run (currently not required) bundle exec rake redmine:plugins NAME=[plugin_name] RAILS_ENV=production
  6. Restart Redmine (e.g. by restarting Apache)

Changelog

0.4.0 (2020-04-28)

Compatible with Redmine 4.1.x, 4.0.x.

Port to MathJax 3.x and include MathJax library version 3.0.5 as asset to be independent of access to a content delivery network.

0.3.0 (2020-04-17)

Compatible with Redmine 4.1.x, 4.0.x.