On Tue, Dec 04, 2007 at 04:56:20PM +0100, Uwe Stöhr wrote:
> See http://bugzilla.lyx.org/show_bug.cgi?id=4397
> and http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg132478.html

Here is the patch.

-- 
Enrico
Index: lib/configure.py
===================================================================
--- lib/configure.py    (revision 21949)
+++ lib/configure.py    (working copy)
@@ -198,7 +198,7 @@ def checkDTLtools():
 
 def checkLatex(dtl_tools):
     ''' Check latex, return lyx_check_config '''
-    path, LATEX = checkProg('a Latex2e program', ['platex $$i', 'latex $$i', 
'latex2e $$i'])
+    path, LATEX = checkProg('a Latex2e program', ['latex $$i', 'latex2e $$i'])
     path, PPLATEX = checkProg('a DVI postprocessing program', ['pplatex $$i'])
     # use LATEX to convert from latex to dvi if PPLATEX is not available    
     if PPLATEX == '':

Reply via email to