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 (over 4 years ago) | |
Current version: | 0.4.0 | |
Compatible with: | Redmine 4.1.x, 4.0.x | |
User ratings: |
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
- Download archive and extract to /your/path/to/redmine/plugins/
- If you downloaded the zipball (https://github.com/process91/redmine_latex_mathjax/archive/master.zip), rename the extracted directory to 'redmine_latex_mathjax'
- (Optional) Modify init.rb. For example, if you host MathJax yourself you can point to your own MathJax location.
- run cd /var/www/redmine bundle install --without development test --no-deployment
- run (currently not required) bundle exec rake redmine:plugins NAME=[plugin_name] RAILS_ENV=production
- 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.