summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/base/ltluatex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/ltluatex.lua')
-rw-r--r--Master/texmf-dist/tex/latex/base/ltluatex.lua5
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