From: Ævar Arnfjörð Bjarmason Date: Mon, 16 Jan 2006 06:53:48 +0000 (+0000) Subject: * Typo: the => then X-Git-Tag: 1.6.0~516 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=18d8ed2aeb72c86be730e3b10d375b8d38615dac;p=lhc%2Fweb%2Fwiklou.git * Typo: the => then --- diff --git a/math/README b/math/README index 1349b83e2d..e58cbf049e 100644 --- a/math/README +++ b/math/README @@ -101,7 +101,7 @@ which is basically: 2. texvc does its magic, which is basically to check for invalid latex code. 3. texvc takes the user input if valid and creates a latex file containing it, see get_preface in texutil.ml -4. latex(1) gets called to create a .dvi file, the a .ps file is created from the +4. latex(1) gets called to create a .dvi file, then a .ps file is created from the .dvi file using dvips(1), and finally convert(1) creates a .png file from the .ps file. See render.ml for this process (commenting out the removal of the temporary file is useful for debugging).