summaryrefslogtreecommitdiff
path: root/Master/texmf/fmtutil
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-31 23:30:56 +0000
committerKarl Berry <karl@freefriends.org>2008-05-31 23:30:56 +0000
commit58ac48b02a1d23d60604f914de679f3fbd5bef17 (patch)
tree1e3f55d965b5662633008a41afa272ce975114ff /Master/texmf/fmtutil
parent1060b44bfc9b3a6f33d267f2c1c07c0fbce8ea98 (diff)
disable all context formats, as Hans confirms his tools create the fmts without using fmtutil; consistent formatting/comments in all others
git-svn-id: svn://tug.org/texlive/trunk@8442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/fmtutil')
-rw-r--r--Master/texmf/fmtutil/fmtutil-hdr.cnf53
-rw-r--r--Master/texmf/fmtutil/format.aleph.cnf6
-rw-r--r--Master/texmf/fmtutil/format.amstex.cnf10
-rw-r--r--Master/texmf/fmtutil/format.context.cnf20
-rw-r--r--Master/texmf/fmtutil/format.cslatex.cnf6
-rw-r--r--Master/texmf/fmtutil/format.csplain.cnf6
-rw-r--r--Master/texmf/fmtutil/format.cyramstex.cnf4
-rw-r--r--Master/texmf/fmtutil/format.cyrtex.cnf4
-rw-r--r--Master/texmf/fmtutil/format.cyrtexinfo.cnf4
-rw-r--r--Master/texmf/fmtutil/format.eplain.cnf6
-rw-r--r--Master/texmf/fmtutil/format.jadetex.cnf6
-rw-r--r--Master/texmf/fmtutil/format.latex.cnf6
-rw-r--r--Master/texmf/fmtutil/format.metafont.cnf4
-rw-r--r--Master/texmf/fmtutil/format.metapost.cnf4
-rw-r--r--Master/texmf/fmtutil/format.mex.cnf6
-rw-r--r--Master/texmf/fmtutil/format.mltex.cnf7
-rw-r--r--Master/texmf/fmtutil/format.omega.cnf6
-rw-r--r--Master/texmf/fmtutil/format.pdftex.cnf4
-rw-r--r--Master/texmf/fmtutil/format.physe.cnf4
-rw-r--r--Master/texmf/fmtutil/format.phyzzx.cnf4
-rw-r--r--Master/texmf/fmtutil/format.tex.cnf5
-rw-r--r--Master/texmf/fmtutil/format.texsis.cnf4
-rw-r--r--Master/texmf/fmtutil/format.utf8mex.cnf4
-rw-r--r--Master/texmf/fmtutil/format.xmltex.cnf6
24 files changed, 114 insertions, 75 deletions
diff --git a/Master/texmf/fmtutil/fmtutil-hdr.cnf b/Master/texmf/fmtutil/fmtutil-hdr.cnf
index 19c833d2416..e0d1a9aacbc 100644
--- a/Master/texmf/fmtutil/fmtutil-hdr.cnf
+++ b/Master/texmf/fmtutil/fmtutil-hdr.cnf
@@ -1,39 +1,36 @@
# $Id$
# Originally written by Thomas Esser, 1998. Public domain.
-
-# You can customize this file to your needs, e.g.
-# - remove or uncomment formats that you don't need
-# - add your own formats
-# - change default engine / flags for standard formats
-# but as of TeX Live 2008, the final fmtutil.cnf is generated by
-# texconfig generate fmtutil. You can use
-# texconfig generate fmtutil -local /some/file to make local additions.
-
-# Some notes:
-# 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).
#
-# 2) etex loads language.def, not language.dat.
+# As of TeX Live 2008, the final fmtutil.cnf is generated by
+# tlmgr generate fmtutil. You can use
+# tlmgr generate fmtutil -localcfg /some/file to make local additions.
+# See tlmgr --help for more info.
#
-# 3) The symbolic link to the right engines (e.g. bplain -> tex)
-# will be generated by the "texlinks" script. So, if you call
-# fmtutil "by hand" and not via texconfig, please also call
-# texlinks afterwards.
-#
-# 4) usual comments start with "# ", whereas disabled configurations
-# start with "#! " in this file.
-
# The format of the table is:
-
-# format engine pattern-file arguments
-
+#
+# format engine pattern-file arguments
+#
# The last part of "arguments" must be the name of the file to run
# initex (or another ini-engine) on. For historical reasons, that
# filename may be preceded by a *, which is ignored.
#
-# -ini is always passed to the engine by fmtutil.
+# fmtutil always passes the -ini option to the engine.
+#
+# If no pattern-file is desired, use -.
+#
+# Either spaces or tabs can be used as separators.
+#
+# Other notes :
+# 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).
+#
+# 2) etex-based formats load language.def, not language.dat.
+#
+# 3) The symbolic link to the right engines (e.g. bplain -> tex)
+# is generated by the "texlinks" script.
#
-# If no pattern-file is desired here, just use -.
+# 4) usual comments start with "# ", whereas disabled configurations
+# start with "#! " in this file.
diff --git a/Master/texmf/fmtutil/format.aleph.cnf b/Master/texmf/fmtutil/format.aleph.cnf
index 807073662b8..977df2401ab 100644
--- a/Master/texmf/fmtutil/format.aleph.cnf
+++ b/Master/texmf/fmtutil/format.aleph.cnf
@@ -1,2 +1,4 @@
-aleph aleph - *aleph.ini
-lamed aleph language.dat *lambda.ini
+# ------------------------------------------------------------------
+# $Id$
+aleph aleph - *aleph.ini
+lamed aleph language.dat *lambda.ini
diff --git a/Master/texmf/fmtutil/format.amstex.cnf b/Master/texmf/fmtutil/format.amstex.cnf
index 31d10e60e8f..078d4375e30 100644
--- a/Master/texmf/fmtutil/format.amstex.cnf
+++ b/Master/texmf/fmtutil/format.amstex.cnf
@@ -1,6 +1,8 @@
-# Change "amstex.ini -> bamstex.ini" and "- -> language.dat"
+# ------------------------------------------------------------------
+# $Id$
+# Change "amstex.ini" to "bamstex.ini" and "-" to "language.dat"
# if you want babel support in amstex:
-amstex pdftex - -translate-file=cp227.tcx *amstex.ini
-# Change "pdfamstex.ini -> pdfbamstex.ini" and "- -> language.dat"
+amstex pdftex - -translate-file=cp227.tcx *amstex.ini
+# Change "pdfamstex.ini" to "pdfbamstex.ini" and "-" "language.dat"
# if you want babel support in pdfamstex:
-#! pdfamstex pdftex - -translate-file=cp227.tcx *pdfamstex.ini
+#! pdfamstex pdftex - -translate-file=cp227.tcx *pdfamstex.ini
diff --git a/Master/texmf/fmtutil/format.context.cnf b/Master/texmf/fmtutil/format.context.cnf
index e3b2650caf1..7789267013b 100644
--- a/Master/texmf/fmtutil/format.context.cnf
+++ b/Master/texmf/fmtutil/format.context.cnf
@@ -1,12 +1,14 @@
# ------------------------------------------------------------------
# $Id$
-#! 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
+# 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
#
-# mptopdf utility, which needs metafun.
-mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex
-metafun mpost - -translate-file=cp227.tcx metafun.mp
+# mptopdf needs metafun.
+#mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex
+#metafun mpost - -translate-file=cp227.tcx metafun.mp
diff --git a/Master/texmf/fmtutil/format.cslatex.cnf b/Master/texmf/fmtutil/format.cslatex.cnf
index 75b335e18f1..9f661a54f59 100644
--- a/Master/texmf/fmtutil/format.cslatex.cnf
+++ b/Master/texmf/fmtutil/format.cslatex.cnf
@@ -1,2 +1,4 @@
-cslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini
-pdfcslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini
+# ------------------------------------------------------------------
+# $Id$
+cslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini
+pdfcslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini
diff --git a/Master/texmf/fmtutil/format.csplain.cnf b/Master/texmf/fmtutil/format.csplain.cnf
index 6cf926cad23..1cd01eb79f9 100644
--- a/Master/texmf/fmtutil/format.csplain.cnf
+++ b/Master/texmf/fmtutil/format.csplain.cnf
@@ -1,2 +1,4 @@
-csplain pdftex - -etex -translate-file=cp227.tcx csplain.ini
-pdfcsplain pdftex - -etex -translate-file=cp227.tcx csplain.ini
+# ------------------------------------------------------------------
+# $Id$
+csplain pdftex - -etex -translate-file=cp227.tcx csplain.ini
+pdfcsplain pdftex - -etex -translate-file=cp227.tcx csplain.ini
diff --git a/Master/texmf/fmtutil/format.cyramstex.cnf b/Master/texmf/fmtutil/format.cyramstex.cnf
index 453ec1e3fcb..1af87fe5f23 100644
--- a/Master/texmf/fmtutil/format.cyramstex.cnf
+++ b/Master/texmf/fmtutil/format.cyramstex.cnf
@@ -1 +1,3 @@
-#! cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini
+# ------------------------------------------------------------------
+# $Id$
+#! cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini
diff --git a/Master/texmf/fmtutil/format.cyrtex.cnf b/Master/texmf/fmtutil/format.cyrtex.cnf
index 51710014626..dae7947da86 100644
--- a/Master/texmf/fmtutil/format.cyrtex.cnf
+++ b/Master/texmf/fmtutil/format.cyrtex.cnf
@@ -1 +1,3 @@
-#! cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini
+# ------------------------------------------------------------------
+# $Id$
+#! cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini
diff --git a/Master/texmf/fmtutil/format.cyrtexinfo.cnf b/Master/texmf/fmtutil/format.cyrtexinfo.cnf
index a07cd45036b..76cf16da501 100644
--- a/Master/texmf/fmtutil/format.cyrtexinfo.cnf
+++ b/Master/texmf/fmtutil/format.cyrtexinfo.cnf
@@ -1 +1,3 @@
-#! cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini
+# ------------------------------------------------------------------
+# $Id$
+#! cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini
diff --git a/Master/texmf/fmtutil/format.eplain.cnf b/Master/texmf/fmtutil/format.eplain.cnf
index e12dd4b6ee4..ffa28686518 100644
--- a/Master/texmf/fmtutil/format.eplain.cnf
+++ b/Master/texmf/fmtutil/format.eplain.cnf
@@ -1,3 +1,5 @@
-# Change "eplain.ini -> ebplain.ini" and "- -> language.dat"
+# ------------------------------------------------------------------
+# $Id$
+# Change "eplain.ini" to "ebplain.ini" and "-" to "language.dat"
# if you want babel support in eplain:
-eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini
+eplain pdftex - -translate-file=cp227.tcx *eplain.ini
diff --git a/Master/texmf/fmtutil/format.jadetex.cnf b/Master/texmf/fmtutil/format.jadetex.cnf
index 1792549fa7f..5eb2f3c5f04 100644
--- a/Master/texmf/fmtutil/format.jadetex.cnf
+++ b/Master/texmf/fmtutil/format.jadetex.cnf
@@ -1,2 +1,4 @@
-jadetex pdftex language.dat &latex jadetex.ini
-pdfjadetex pdftex language.dat &pdflatex pdfjadetex.ini
+# ------------------------------------------------------------------
+# $Id$
+jadetex pdftex language.dat &latex jadetex.ini
+pdfjadetex pdftex language.dat &pdflatex pdfjadetex.ini
diff --git a/Master/texmf/fmtutil/format.latex.cnf b/Master/texmf/fmtutil/format.latex.cnf
index 0414e4fb5c1..60305970f6d 100644
--- a/Master/texmf/fmtutil/format.latex.cnf
+++ b/Master/texmf/fmtutil/format.latex.cnf
@@ -1,2 +1,4 @@
-latex pdftex language.dat -translate-file=cp227.tcx *latex.ini
-pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini
+# ------------------------------------------------------------------
+# $Id$
+latex pdftex language.dat -translate-file=cp227.tcx *latex.ini
+pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini
diff --git a/Master/texmf/fmtutil/format.metafont.cnf b/Master/texmf/fmtutil/format.metafont.cnf
index d147ad0146f..7f48151093b 100644
--- a/Master/texmf/fmtutil/format.metafont.cnf
+++ b/Master/texmf/fmtutil/format.metafont.cnf
@@ -1 +1,3 @@
-mf mf-nowin - -translate-file=cp227.tcx mf.ini
+# ------------------------------------------------------------------
+# $Id$
+mf mf-nowin - -translate-file=cp227.tcx mf.ini
diff --git a/Master/texmf/fmtutil/format.metapost.cnf b/Master/texmf/fmtutil/format.metapost.cnf
index 2eafc3f61c6..835cd03a8fd 100644
--- a/Master/texmf/fmtutil/format.metapost.cnf
+++ b/Master/texmf/fmtutil/format.metapost.cnf
@@ -1 +1,3 @@
-mpost mpost - -translate-file=cp227.tcx mpost.mp
+# ------------------------------------------------------------------
+# $Id$
+mpost mpost - -translate-file=cp227.tcx mpost.mp
diff --git a/Master/texmf/fmtutil/format.mex.cnf b/Master/texmf/fmtutil/format.mex.cnf
index 00ea2d6d2b6..a01b39aca90 100644
--- a/Master/texmf/fmtutil/format.mex.cnf
+++ b/Master/texmf/fmtutil/format.mex.cnf
@@ -1,2 +1,4 @@
-mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini
-pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini
+# ------------------------------------------------------------------
+# $Id$
+mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini
+pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini
diff --git a/Master/texmf/fmtutil/format.mltex.cnf b/Master/texmf/fmtutil/format.mltex.cnf
index 0e1dbf3369b..39da94a3853 100644
--- a/Master/texmf/fmtutil/format.mltex.cnf
+++ b/Master/texmf/fmtutil/format.mltex.cnf
@@ -1,3 +1,4 @@
-# formats for mltex extension:
-mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini
-mllatex pdftex language.dat -translate-file=cp227.tcx -mltex mllatex.ini
+# ------------------------------------------------------------------
+# $Id$
+mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini
+mllatex pdftex language.dat -translate-file=cp227.tcx -mltex mllatex.ini
diff --git a/Master/texmf/fmtutil/format.omega.cnf b/Master/texmf/fmtutil/format.omega.cnf
index 20604225d3d..c79c417d902 100644
--- a/Master/texmf/fmtutil/format.omega.cnf
+++ b/Master/texmf/fmtutil/format.omega.cnf
@@ -1,2 +1,4 @@
-omega omega - omega.ini
-lambda omega language.dat lambda.ini
+# ------------------------------------------------------------------
+# $Id$
+omega omega - omega.ini
+lambda omega language.dat lambda.ini
diff --git a/Master/texmf/fmtutil/format.pdftex.cnf b/Master/texmf/fmtutil/format.pdftex.cnf
index 3d68bb5d263..ff754e11fe3 100644
--- a/Master/texmf/fmtutil/format.pdftex.cnf
+++ b/Master/texmf/fmtutil/format.pdftex.cnf
@@ -1,5 +1,5 @@
-# ----------------------------------------------------------------------
+# ------------------------------------------------------------------
# $Id$
etex pdftex language.def -translate-file=cp227.tcx *pdftex.ini
-pdftex pdftex - -translate-file=cp227.tcx *pdftex.ini
pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
+pdftex pdftex - -translate-file=cp227.tcx *pdftex.ini
diff --git a/Master/texmf/fmtutil/format.physe.cnf b/Master/texmf/fmtutil/format.physe.cnf
index 3118c0150a1..0054d713cb5 100644
--- a/Master/texmf/fmtutil/format.physe.cnf
+++ b/Master/texmf/fmtutil/format.physe.cnf
@@ -1 +1,3 @@
-physe pdftex - physe.ini
+# ------------------------------------------------------------------
+# $Id$
+physe pdftex - physe.ini
diff --git a/Master/texmf/fmtutil/format.phyzzx.cnf b/Master/texmf/fmtutil/format.phyzzx.cnf
index cd2e43fc8cf..8df888f6728 100644
--- a/Master/texmf/fmtutil/format.phyzzx.cnf
+++ b/Master/texmf/fmtutil/format.phyzzx.cnf
@@ -1 +1,3 @@
-phyzzx pdftex - physe.ini
+# ------------------------------------------------------------------
+# $Id$
+phyzzx pdftex - physe.ini
diff --git a/Master/texmf/fmtutil/format.tex.cnf b/Master/texmf/fmtutil/format.tex.cnf
index 48dc03bb588..845eed73e9a 100644
--- a/Master/texmf/fmtutil/format.tex.cnf
+++ b/Master/texmf/fmtutil/format.tex.cnf
@@ -1,6 +1,7 @@
-#
+# ------------------------------------------------------------------
+# $Id$
# Change "tex.ini -> bplain.ini" and "- -> language.dat"
# if you want babel support in tex. Add -translate-file=cp227.tcx before
# tex.ini if you want to make all characters directly "printable" for
# any \write (instead of ^^xy).
-tex tex - tex.ini
+tex tex - tex.ini
diff --git a/Master/texmf/fmtutil/format.texsis.cnf b/Master/texmf/fmtutil/format.texsis.cnf
index ae70ea80d37..dbfb5e81e46 100644
--- a/Master/texmf/fmtutil/format.texsis.cnf
+++ b/Master/texmf/fmtutil/format.texsis.cnf
@@ -1 +1,3 @@
-texsis pdftex - -translate-file=cp227.tcx texsis.ini
+# ------------------------------------------------------------------
+# $Id$
+texsis pdftex - -translate-file=cp227.tcx texsis.ini
diff --git a/Master/texmf/fmtutil/format.utf8mex.cnf b/Master/texmf/fmtutil/format.utf8mex.cnf
index b68f74ddee6..26dd83f60a9 100644
--- a/Master/texmf/fmtutil/format.utf8mex.cnf
+++ b/Master/texmf/fmtutil/format.utf8mex.cnf
@@ -1 +1,3 @@
-utf8mex pdftex mexconf.tex -enc *utf8mex.ini
+# ------------------------------------------------------------------
+# $Id$
+utf8mex pdftex mexconf.tex -enc *utf8mex.ini
diff --git a/Master/texmf/fmtutil/format.xmltex.cnf b/Master/texmf/fmtutil/format.xmltex.cnf
index af6922826d5..c377f4cc980 100644
--- a/Master/texmf/fmtutil/format.xmltex.cnf
+++ b/Master/texmf/fmtutil/format.xmltex.cnf
@@ -1,2 +1,4 @@
-xmltex pdftex language.dat &latex xmltex.ini
-pdfxmltex pdftex language.dat &pdflatex pdfxmltex.ini
+# ------------------------------------------------------------------
+# $Id$
+xmltex pdftex language.dat &latex xmltex.ini
+pdfxmltex pdftex language.dat &pdflatex pdfxmltex.ini