diff options
Diffstat (limited to 'Master/texmf-dist/tex/platex/config/platex.ini')
-rw-r--r-- | Master/texmf-dist/tex/platex/config/platex.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/platex/config/platex.ini b/Master/texmf-dist/tex/platex/config/platex.ini new file mode 100644 index 00000000000..2f9d7bb702c --- /dev/null +++ b/Master/texmf-dist/tex/platex/config/platex.ini @@ -0,0 +1,21 @@ +% 21.06.2004 Staszek Wawrykiewicz (public domain) +\ifx\pdfoutput\undefined \else + \ifx\pdfoutput\relax \else + % + % We're building the platex 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. +\scrollmode +\input latex.ltx +\endinput |