add installation requirements regarding mathematical equations support
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user