add installation requirements regarding mathematical equations support

This commit is contained in:
Pascal Deschenes
2012-05-01 18:10:21 -04:00
parent 9dba3f9c58
commit 0ceeadd75b
+6
View File
@@ -311,6 +311,7 @@ backticks.
## MATHEMATICAL EQUATIONS ## MATHEMATICAL EQUATIONS
Page files may contain mathematic equations in TeX syntax that will be nicely Page files may contain mathematic equations in TeX syntax that will be nicely
typeset into the expected output. A block-style equation is delimited by `\[` typeset into the expected output. A block-style equation is delimited by `\[`
and `\]`. For example: and `\]`. For example:
@@ -322,6 +323,11 @@ inline with regular text. For example:
The Pythagorean theorem is \( a^2 + b^2 = c^2 \). The Pythagorean theorem is \( a^2 + b^2 = c^2 \).
### INSTALLATION REQUIREMENTS
* TeTex or MacTex/BasicTeX (convert)
* ImageMagick (convert)
* Ghostscript (gs)
## SEQUENCE DIAGRAMS ## SEQUENCE DIAGRAMS