diff options
Diffstat (limited to 'Master/texmf/fmtutil')
-rw-r--r-- | Master/texmf/fmtutil/format.context.cnf | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/Master/texmf/fmtutil/format.context.cnf b/Master/texmf/fmtutil/format.context.cnf index 7789267013b..9f5e7209aa3 100644 --- a/Master/texmf/fmtutil/format.context.cnf +++ b/Master/texmf/fmtutil/format.context.cnf @@ -1,14 +1,18 @@ # ------------------------------------------------------------------ # $Id$ -# Everything here is commented out because the ConTeXt startup scripts -# generate formats in the way they like. texlinks ignores them, too. -#cont-cz pdftex cont-usr.tex -8bit *cont-cz.ini -#cont-de pdftex cont-usr.tex -8bit *cont-de.ini -#cont-en pdftex cont-usr.tex -8bit *cont-en.ini -#cont-en xetex cont-usr.tex -8bit *cont-en.ini -#cont-nl pdftex cont-usr.tex -8bit *cont-nl.ini -#cont-uk pdftex cont-usr.tex -8bit *cont-uk.ini +# As a special case, texlinks ignores these, but fmtutil still builds them. +# The context startup scripts do not dynamically build the formats. +# +# Unfortunately, dynamically building both the pdftex and xetex cont-en +# fails, due to engine confusion; but it works with fmtutil --all, etc. +# +#! cont-cz pdftex cont-usr.tex -8bit *cont-cz.ini +#! cont-de pdftex cont-usr.tex -8bit *cont-de.ini +cont-en pdftex cont-usr.tex -8bit *cont-en.ini +cont-en xetex cont-usr.tex -8bit *cont-en.ini +#! cont-nl pdftex cont-usr.tex -8bit *cont-nl.ini +#! cont-uk pdftex cont-usr.tex -8bit *cont-uk.ini # # mptopdf needs metafun. -#mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex -#metafun mpost - -translate-file=cp227.tcx metafun.mp +mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex +metafun mpost - -translate-file=cp227.tcx metafun.mp |