diff options
-rw-r--r-- | Build/source/texk/web2c/fmtutil.in | 4 | ||||
-rw-r--r-- | Master/texmf/web2c/fmtutil.cnf | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/fmtutil.in b/Build/source/texk/web2c/fmtutil.in index 9c6e15c114e..d7cb4ff3a4f 100644 --- a/Build/source/texk/web2c/fmtutil.in +++ b/Build/source/texk/web2c/fmtutil.in @@ -35,7 +35,7 @@ # initex (or another "ini"-engine) on. # metafont and metapost: -mf mf - -translate-file=cp227.tcx mf.ini +mf mf-nowin - -translate-file=cp227.tcx mf.ini mpost mpost - -translate-file=cp227.tcx mpost.mp # Standard formats (plain, latex) with all engines: @@ -45,7 +45,7 @@ mpost mpost - -translate-file=cp227.tcx mpost.mp # tex.ini if you want to make all characters directly "printable" for # any \write (instead of ^^xy). tex tex - tex.ini -pdftex pdftex language.def -translate-file=cp227.tcx *pdftex.ini +pdftex pdftex - -translate-file=cp227.tcx *pdftex.ini latex pdftex language.dat -translate-file=cp227.tcx *latex.ini etex pdftex language.def -translate-file=cp227.tcx *etex.ini pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini diff --git a/Master/texmf/web2c/fmtutil.cnf b/Master/texmf/web2c/fmtutil.cnf index a8c02f0212a..af337956ce8 100644 --- a/Master/texmf/web2c/fmtutil.cnf +++ b/Master/texmf/web2c/fmtutil.cnf @@ -45,7 +45,7 @@ mpost mpost - -translate-file=cp227.tcx mpost.mp # tex.ini if you want to make all characters directly "printable" for # any \write (instead of ^^xy). tex tex - tex.ini -pdftex pdftex language.def -translate-file=cp227.tcx *pdftex.ini +pdftex pdftex - -translate-file=cp227.tcx *pdftex.ini latex pdftex language.dat -translate-file=cp227.tcx *latex.ini etex pdftex language.def -translate-file=cp227.tcx *etex.ini pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini @@ -110,7 +110,6 @@ mllatex pdftex language.dat -translate-file=cp227.tcx -mltex mllatex.ini # The TeX Live version of eplain.ini includes Babel support: eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini -xeplain xetex language.dat -etex xeplain.ini # --- strange things texsis pdftex - -translate-file=cp227.tcx texsis.ini |