diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-03-12 13:17:28 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-03-12 13:17:28 +0000 |
commit | 9c68f13f4c2f4a100ac13fb312b26d91ea47bca4 (patch) | |
tree | cbf445483988e808dc1c12e5fc7f05566ffff331 /Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini | |
parent | 12232ba1569e6131e385863226ed503750b0c9e7 (diff) |
Fix problem with \typein using LuaTeX, see
http://tex.stackexchange.com/questions/12435/incompatibilities-between-lualatex-and-typein
git-svn-id: svn://tug.org/texlive/trunk@21697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini')
-rw-r--r-- | Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini b/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini index fc738b6222c..f4d3925ce88 100644 --- a/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini +++ b/Master/texmf-dist/tex/latex/latexconfig/dvilualatex.ini @@ -17,6 +17,9 @@ \scrollmode \input latex.ltx +% some commands in the kernel need patchin to work with luatex +\input lualatex-patch-kernel.tex + % latex.ltx sets \everyjob, so this must come afterwards \input lualatexquotejobname.tex |