From 0ceeadd75b63f3c98fcc489570c0dfc09ae23b8c Mon Sep 17 00:00:00 2001 From: Pascal Deschenes Date: Tue, 1 May 2012 18:10:21 -0400 Subject: [PATCH 1/2] 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 From 1f318de8121837c781c1564aa840419df9582ac3 Mon Sep 17 00:00:00 2001 From: Pascal Deschenes Date: Tue, 1 May 2012 18:15:01 -0400 Subject: [PATCH 2/2] add missing note about dvips in installation requirements sub section + associated section text --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b39675..2c402c85 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,9 @@ inline with regular text. For example: ### INSTALLATION REQUIREMENTS -* TeTex or MacTex/BasicTeX (convert) +In order to get the mathematical equations rendering to work, you need the following binaries: + +* LaText, TeTex or MacTex/BasicTeX (latex, dvips) * ImageMagick (convert) * Ghostscript (gs)