blob: 3d5a9d60c6a90c3b9b91ba12cf696ea7a50b2bb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Update luatex .ini files for compatibility with latest luatex versions
From TeX Live svn.
Index: work/texmf-dist/tex/latex/latexconfig/lualatex.ini
===================================================================
--- work.orig/texmf-dist/tex/latex/latexconfig/lualatex.ini
+++ work/texmf-dist/tex/latex/latexconfig/lualatex.ini
@@ -1,6 +1,7 @@
% $Id: lualatex.ini 9276 2008-07-05 18:04:46Z karl $
% Karl Berry, 2008. public domain.
%
+\input luatexiniconfig.tex
\input pdftexconfig
\pdfoutput=0 % dvi output by default
%
Index: work/texmf-dist/tex/latex/latexconfig/pdflualatex.ini
===================================================================
--- work.orig/texmf-dist/tex/latex/latexconfig/pdflualatex.ini
+++ work/texmf-dist/tex/latex/latexconfig/pdflualatex.ini
@@ -1,4 +1,5 @@
% Karl Berry, 2008. public domain.
+\input luatexiniconfig.tex
\input pdftexconfig.tex
\scrollmode
\input latex.ltx
|