diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-10 00:29:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-10 00:29:55 +0000 |
commit | 08a7a657ead12cbef29c4e403b49a408337fd68e (patch) | |
tree | 6205f5b37eb9c8e3d35a83adafe4ac7f4b5f66c1 | |
parent | 6b654c304083645fbdf128200459b84875c8672e (diff) |
re-enable cont-en, mptopdf, metafun, per Hans.
git-svn-id: svn://tug.org/texlive/trunk@8630 c570f23f-e606-0410-a88d-b1316a301751
-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 |