diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:46:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:46:29 +0000 |
commit | 34cf2bced7210d5c38431cd36ed4e73999cf0444 (patch) | |
tree | f34316ebc264344b217ffcd924c57c2c4bb63d02 /Master/texmf-dist/tex/mex/config | |
parent | adc8aaaf59099761577342d1050abb05625eeffc (diff) |
trunk/Master/texmf-dist/tex/mex
git-svn-id: svn://tug.org/texlive/trunk@617 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/mex/config')
-rw-r--r-- | Master/texmf-dist/tex/mex/config/mex.ini | 22 | ||||
-rw-r--r-- | Master/texmf-dist/tex/mex/config/pdfmex.ini | 4 |
2 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/mex/config/mex.ini b/Master/texmf-dist/tex/mex/config/mex.ini new file mode 100644 index 00000000000..5e3bfa43d9a --- /dev/null +++ b/Master/texmf-dist/tex/mex/config/mex.ini @@ -0,0 +1,22 @@ +%% Polish Plain format (for some historical reasons called MeX) +%% Generowanie formatu MeX dla Web2c (teTeX, TeXlive), mikTeX itp. +%% 21.06.2004 Staszek Wawrykiewicz (public domain) +\ifx\pdfoutput\undefined \else + \ifx\pdfoutput\relax \else + % + % We're building the Mex format with the pdfetex engine (started 2004). + \input pdftexconfig + \pdfoutput=0 + % + % pdfTeX related primitives are no longer hidden by default + % (started 2005). Uncomment and recreate the format files by running + % "fmtutil --all" resp. "fmtutil-sys --all" to revert to the old + % (2004) behaviour. + % \input pdftex-dvi.tex + % + \fi +\fi +% +% the usual format initialization. +\input mex +\dump diff --git a/Master/texmf-dist/tex/mex/config/pdfmex.ini b/Master/texmf-dist/tex/mex/config/pdfmex.ini new file mode 100644 index 00000000000..cbbcf115d77 --- /dev/null +++ b/Master/texmf-dist/tex/mex/config/pdfmex.ini @@ -0,0 +1,4 @@ +% pdfmex.ini. Thomas Esser, 1999. Public domain. +\input pdftexconfig.tex +\input mex +\dump |