summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:53:29 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:53:29 +0000
commit67fff4f3e2521819464a8ceea9b3134a42ee8044 (patch)
tree7276dfea9402a804d286f1d28a3a48294403ac0b
parent8cc41ce3072baeb0de44a313b01f1064a536218d (diff)
config
git-svn-id: svn://tug.org/texlive/trunk@784 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/tex/latex/config/latex.ini22
-rw-r--r--Master/texmf-dist/tex/latex/config/mllatex.ini1
-rw-r--r--Master/texmf-dist/tex/latex/config/pdflatex.ini5
3 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/config/latex.ini b/Master/texmf-dist/tex/latex/config/latex.ini
new file mode 100644
index 00000000000..984b8e96ce2
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/config/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/config/mllatex.ini b/Master/texmf-dist/tex/latex/config/mllatex.ini
new file mode 100644
index 00000000000..889e6bec4ae
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/config/mllatex.ini
@@ -0,0 +1 @@
+\input latex.ltx
diff --git a/Master/texmf-dist/tex/latex/config/pdflatex.ini b/Master/texmf-dist/tex/latex/config/pdflatex.ini
new file mode 100644
index 00000000000..f868629c086
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/config/pdflatex.ini
@@ -0,0 +1,5 @@
+% Thomas Esser, 1998. public domain.
+\input pdftexconfig.tex
+\scrollmode
+\input latex.ltx
+\endinput