summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/latexconfig
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-30 18:00:18 +0000
committerKarl Berry <karl@freefriends.org>2009-06-30 18:00:18 +0000
commit4cac597e2157f85af33f27815f21878922131176 (patch)
tree6f3c0c4179f0b39e4c092b22c258377b33420364 /Master/texmf-dist/tex/latex/latexconfig
parent0b29cc6f2c294809fed6a880411fe946be2ed282 (diff)
make luatex output pdf by default, and dviluatex output dvi
git-svn-id: svn://tug.org/texlive/trunk@14025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/latexconfig')
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini10
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/lualatex.ini11
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/pdflualatex.ini6
3 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini b/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini
new file mode 100644
index 00000000000..a35581d9531
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini
@@ -0,0 +1,10 @@
+% $Id$
+% Karl Berry, originally written 2008. public domain.
+%
+\input luatexiniconfig.tex
+\input pdftexconfig
+\pdfoutput=0 % dvi output by default
+%
+% the usual format initialization.
+\scrollmode
+\input latex.ltx
diff --git a/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini b/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
index 378680cee89..00404d7e71d 100644
--- a/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
+++ b/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
@@ -1,11 +1,8 @@
% $Id$
-% Karl Berry, 2008. public domain.
-%
+% Karl Berry, originally written 2008. public domain.
\input luatexiniconfig.tex
-\input pdftexconfig
-\pdfoutput=0 % dvi output by default
-%
-% the usual format initialization.
+\input pdftexconfig.tex
+% pdf output by default.
\scrollmode
\input latex.ltx
-\endinput
+
diff --git a/Master/texmf-dist/tex/latex/latexconfig/pdflualatex.ini b/Master/texmf-dist/tex/latex/latexconfig/pdflualatex.ini
deleted file mode 100644
index ef6dc9dc69f..00000000000
--- a/Master/texmf-dist/tex/latex/latexconfig/pdflualatex.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-% Karl Berry, 2008. public domain.
-\input luatexiniconfig.tex
-\input pdftexconfig.tex
-\scrollmode
-\input latex.ltx
-\endinput