diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-06 21:33:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-06 21:33:45 +0000 |
commit | 588be4d1b7e254f46ac3c678ef1b3f38833f6491 (patch) | |
tree | c73b58d23db18c19737ff12c67e208fd7a89c4c6 /Master/texmf-dist/tex/latex/base/ltluatex.lua | |
parent | c436d9d03043bac0aac83254a8f1a2a45e4aaafd (diff) |
latex2e (6apr18)
git-svn-id: svn://tug.org/texlive/trunk@47330 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/ltluatex.lua')
-rw-r--r-- | Master/texmf-dist/tex/latex/base/ltluatex.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/base/ltluatex.lua b/Master/texmf-dist/tex/latex/base/ltluatex.lua index 095589e7509..3ca87ef1aec 100644 --- a/Master/texmf-dist/tex/latex/base/ltluatex.lua +++ b/Master/texmf-dist/tex/latex/base/ltluatex.lua @@ -9,7 +9,7 @@ -- This is a generated file. -- -- The source is maintained by the LaTeX Project team and bug --- reports for it can be opened at http://latex-project.org/bugs.html +-- reports for it can be opened at https://latex-project.org/bugs.html -- (but please observe conditions on bug reports sent to that address!) -- -- @@ -24,7 +24,7 @@ -- conditions of the LaTeX Project Public License, either version 1.3c -- of this license or (at your option) any later version. -- The latest version of this license is in --- http://www.latex-project.org/lppl.txt +-- https://www.latex-project.org/lppl.txt -- and version 1.3c or later is part of all distributions of LaTeX -- version 2005/12/01 or later. -- @@ -299,6 +299,7 @@ local callbacktypes = callbacktypes or { finish_pdffile = data, finish_pdfpage = data, define_font = exclusive, + glyph_stream_provider = exclusive, } luatexbase.callbacktypes=callbacktypes local callback_register = callback_register or callback.register |