commit 6bfa5f2e380e7513257a5373e537f9f3e461f439
Author: Koji Yokota <[email protected]>
Date:   Sun Dec 8 11:10:20 2024 +0900

    Make upLaTeX a default compiler for Japanese documents
---
 lib/configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/configure.py b/lib/configure.py
index 50497eca55..4c50032de8 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', ['platex $$i'])
+    path, PLATEX = checkProg('pLaTeX, the Japanese LaTeX', ['uplatex $$i', 
'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