mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 00:39:18 +00:00
Make upLaTeX a default compiler for Japanese documents
This commit is contained in:
parent
291a62263e
commit
6bfa5f2e38
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user