]> git.lyx.org Git - features.git/commitdiff
Revert part of "Pass the encoding to the japanese pLaTeX processor (#4697)."
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 3 Jun 2013 15:39:54 +0000 (17:39 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 3 Jun 2013 15:39:54 +0000 (17:39 +0200)
See ticket #8408 for the reason why this is reverted.

This reverts part of commit 0bff66b8a5a8a289dfb36bfb339e9586b3a02d51.

lib/configure.py

index f71ca02a01162c84cc4079c63f231aeaaefef218..80069079299be928928212d588fc5917171b04b2 100644 (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'])