From 18d8ed2aeb72c86be730e3b10d375b8d38615dac Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 16 Jan 2006 06:53:48 +0000 Subject: [PATCH] * Typo: the => then --- math/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.20.1