diff options
author | Karl Berry <karl@freefriends.org> | 2006-08-25 23:32:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-08-25 23:32:32 +0000 |
commit | 0b63c22ba81bbe1473a61fdd4df5519a70d9a96d (patch) | |
tree | 2627baf972ad50300832f560bce0ae4c543c6cd7 /Master/texmf-dist/tex/latex/latexconfig | |
parent | d64c6a1e453cf629bf1bce681a0fc85c45a9237c (diff) |
rename latex/config to latex/latexconfig, so the .ini files can be a separate package, since they are not part of the original latex distribution
git-svn-id: svn://tug.org/texlive/trunk@2023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/latexconfig')
-rw-r--r-- | Master/texmf-dist/tex/latex/latexconfig/latex.ini | 22 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/latexconfig/mllatex.ini | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/latexconfig/pdflatex.ini | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/latex.ini b/Master/texmf-dist/tex/latex/latexconfig/latex.ini new file mode 100644 index 00000000000..984b8e96ce2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/latexconfig/latex.ini @@ -0,0 +1,22 @@ +% Thomas Esser, 1998. public domain. +% +\ifx\pdfoutput\undefined \else + \ifx\pdfoutput\relax \else + % + % We're building the latex 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 diff --git a/Master/texmf-dist/tex/latex/latexconfig/mllatex.ini b/Master/texmf-dist/tex/latex/latexconfig/mllatex.ini new file mode 100644 index 00000000000..889e6bec4ae --- /dev/null +++ b/Master/texmf-dist/tex/latex/latexconfig/mllatex.ini @@ -0,0 +1 @@ +\input latex.ltx diff --git a/Master/texmf-dist/tex/latex/latexconfig/pdflatex.ini b/Master/texmf-dist/tex/latex/latexconfig/pdflatex.ini new file mode 100644 index 00000000000..f868629c086 --- /dev/null +++ b/Master/texmf-dist/tex/latex/latexconfig/pdflatex.ini @@ -0,0 +1,5 @@ +% Thomas Esser, 1998. public domain. +\input pdftexconfig.tex +\scrollmode +\input latex.ltx +\endinput |