commit a9562750150e4aad76d7a2187e3a1265755054fd
Author: Koji Yokota <[email protected]>
Date:   Tue Jan 20 14:46:11 2026 +0900

    Fix inconsistency between Japanese latex and layouts
    
    Let me slip this small fix in.
---
 lib/configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/configure.py b/lib/configure.py
index f0ca1ff0d0..400370ba29 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -635,7 +635,7 @@ def checkLatex(dtl_tools):
     ''' Check latex, return lyx_check_config '''
     path, LATEX = checkProg('a Latex2e program', ['latex $$i', 'latex2e $$i'])
     #-----------------------------------------------------------------
-    path, PLATEX = checkProg('pLaTeX, the Japanese LaTeX', ['uplatex $$i', 
'platex $$i'])
+    path, PLATEX = checkProg('pLaTeX, the Japanese LaTeX', ['platex $$i'])
     if PLATEX:
         # check if PLATEX is pLaTeX2e
         writeToFile('chklatex.ltx', r'\nonstopmode\makeatletter\@@end')
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to