mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revert part of "Pass the encoding to the japanese pLaTeX processor (#4697)."
See ticket #8408 for the reason why this is reverted.
This reverts part of commit 0bff66b8a5
.
This commit is contained in:
parent
6b8d47a203
commit
d20956594b
@ -412,7 +412,7 @@ def checkLatex(dtl_tools):
|
||||
# run platex on chklatex.ltx and check result
|
||||
if cmdOutput(PLATEX + ' chklatex.ltx').find('pLaTeX2e') != -1:
|
||||
# We have the Japanese pLaTeX2e
|
||||
addToRC(r'\converter platex dvi "%s -kanji=$$E $$i" "latex=platex"' % PLATEX)
|
||||
addToRC(r'\converter platex dvi "%s" "latex=platex"' % PLATEX)
|
||||
else:
|
||||
PLATEX = ''
|
||||
removeFiles(['chklatex.ltx', 'chklatex.log'])
|
||||
|
Loading…
Reference in New Issue
Block a user