summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/latexconfig
diff options
context:
space:
mode:
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