]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.py
Fix shortcut clash (#8813)
[lyx.git] / lib / configure.py
index f71ca02a01162c84cc4079c63f231aeaaefef218..c7f7ce2bdce9466b772362412041f24acfa36ced 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'])
@@ -1407,7 +1407,7 @@ if __name__ == '__main__':
     lyx_check_config = True
     lyx_kpsewhich = True
     outfile = 'lyxrc.defaults'
-    lyxrc_fileformat = 11
+    lyxrc_fileformat = 14
     rc_entries = ''
     lyx_keep_temps = False
     version_suffix = ''