summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/latexconfig
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-05 18:04:46 +0000
committerKarl Berry <karl@freefriends.org>2008-07-05 18:04:46 +0000
commit659f80c2e524fb2a939fb42e8383ec4f0947f3ec (patch)
tree2a2f219c903fe482cb7fa8884ffe018a934f4106 /Master/texmf-dist/tex/latex/latexconfig
parentc543c36c9d172891dc6eab731e44c76464d98676 (diff)
enable lualatex and pdflualatex
git-svn-id: svn://tug.org/texlive/trunk@9276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/latexconfig')
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/lualatex.ini10
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/pdflualatex.ini5
2 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini b/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
new file mode 100644
index 00000000000..0def0e2fea3
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/latexconfig/lualatex.ini
@@ -0,0 +1,10 @@
+% $Id$
+% Karl Berry, 2008. public domain.
+%
+\input pdftexconfig
+\pdfoutput=0 % dvi output by default
+%
+% the usual format initialization.
+\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
new file mode 100644
index 00000000000..165740e6276
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/latexconfig/pdflualatex.ini
@@ -0,0 +1,5 @@
+% Karl Berry, 2008. public domain.
+\input pdftexconfig.tex
+\scrollmode
+\input latex.ltx
+\endinput