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:
Vincent van Ravesteijn 2013-06-03 17:39:54 +02:00
parent 6b8d47a203
commit d20956594b

View File

@ -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'])