diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/csplain.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/csplain.tlpsrc | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/Master/tlpkg/tlpsrc/csplain.tlpsrc b/Master/tlpkg/tlpsrc/csplain.tlpsrc index 157236b1f1a..43e11b65815 100644 --- a/Master/tlpkg/tlpsrc/csplain.tlpsrc +++ b/Master/tlpkg/tlpsrc/csplain.tlpsrc @@ -1,26 +1,17 @@ depend tex - -# these invocations per author (Petr Olsak.) -# -tlpsetvar fmtcomm cm,cs,csplain,hyphen-base,plain # +# these invocations from Petr Olsak. execute AddFormat name=csplain engine=pdftex \ - options="-etex -enc csplain-utf8.ini" \ - fmttriggers=${fmtcomm},enctex -# + options="-etex -enc csplain-utf8.ini" execute AddFormat name=pdfcsplain engine=pdftex \ - options="-etex -enc csplain-utf8.ini" \ - fmttriggers=${fmtcomm},enctex + options="-etex -enc csplain-utf8.ini" # # intentionally no user-level executables for these formats, also named -# pdfcsplain (a la ConTeXt), by author's request. +# pdfcsplain (a la ConTeXt). execute AddFormat name=pdfcsplain engine=xetex \ - options="-etex csplain.ini" \ - fmttriggers=${fmtcomm} -# + options="-etex csplain.ini" execute AddFormat name=pdfcsplain engine=luatex \ - options="-etex csplain.ini" \ - fmttriggers=${fmtcomm},luatex,pdftex + options="-etex csplain.ini" # binpattern f bin/${ARCH}/csplain binpattern f bin/${ARCH}/pdfcsplain |