forked from mboratko/redmine_latex_mathjax
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
29 lines (20 loc) · 955 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
------------
Installation
------------
1.) Download archive and extract to /your/path/to/redmine/vendor/plugins/
2.) If you downloaded the zipball (https://github.com/process91/redmine_latex_mathjax/zipball/master), rename the extracted directory to 'redmine_latex_mathjax'
3.) Restart Redmine (e.g. by restarting Apache)
Login to Redmine and go to Administration->Plugins. You should now see 'Redmine Latex MathJax'. Enjoy!
------------
Usage
------------
Anywhere on a wiki page write for inline formulas (inlineMath):
$\sum_i x_i$
and for block type formulas (displayMath):
$$\sum_i x_i$$
Hit 'Preview' or 'Save' to let them show up.
------------
FAQ
------------
Q: Why do the formulas don't 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 (https://github.com/process91/redmine_latex_mathjax/issues/1#issuecomment-4850823)