From 0ceeadd75b63f3c98fcc489570c0dfc09ae23b8c Mon Sep 17 00:00:00 2001 From: Pascal Deschenes Date: Tue, 1 May 2012 18:10:21 -0400 Subject: [PATCH] add installation requirements regarding mathematical equations support --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 64c780ca..98b39675 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ backticks. ## MATHEMATICAL EQUATIONS + 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 `\[` and `\]`. For example: @@ -322,6 +323,11 @@ inline with regular text. For example: The Pythagorean theorem is \( a^2 + b^2 = c^2 \). +### INSTALLATION REQUIREMENTS + +* TeTex or MacTex/BasicTeX (convert) +* ImageMagick (convert) +* Ghostscript (gs) ## SEQUENCE DIAGRAMS