diff options
-rw-r--r-- | Master/texmf-dist/web2c/fmtutil-hdr.cnf | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/mltex.tlpsrc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/web2c/fmtutil-hdr.cnf b/Master/texmf-dist/web2c/fmtutil-hdr.cnf index 2ad632e2a03..386122a65ca 100644 --- a/Master/texmf-dist/web2c/fmtutil-hdr.cnf +++ b/Master/texmf-dist/web2c/fmtutil-hdr.cnf @@ -13,7 +13,7 @@ # The last "argument" must be the name of the file on which to run # the ini-engine (such as initex). If the ini-engine is e-TeX, and the # e-TeX extensions should be enabled, the filename must be prefixed with -# a * character. +# a * character; this is essentially equivalent to the -etex option. # # fmtutil always passes the -ini option to the engine. # If no pattern-file is desired, use -. @@ -23,7 +23,7 @@ # 1) tex and amstex just load hyphen.tex. No customization. # You can have your own customized (via babel's hyphen.cfg) # formats on top of plain by using "bplain.tex" instead of -# plain.tex (see e.g. bplain.ini file for bplain format). +# plain.tex (e.g., bplain.ini file for bplain format). # # 2) etex-based formats load language.def, not language.dat. # diff --git a/Master/tlpkg/tlpsrc/mltex.tlpsrc b/Master/tlpkg/tlpsrc/mltex.tlpsrc index e6d0b790aa2..fa132abcf46 100644 --- a/Master/tlpkg/tlpsrc/mltex.tlpsrc +++ b/Master/tlpkg/tlpsrc/mltex.tlpsrc @@ -1,6 +1,6 @@ depend latex execute AddFormat name=mllatex engine=pdftex patterns=language.dat \ - options="-translate-file=cp227.tcx -mltex mllatex.ini" + options="-translate-file=cp227.tcx -mltex *mllatex.ini" execute AddFormat name=mltex engine=pdftex \ options="-translate-file=cp227.tcx -mltex mltex.ini" # |