[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Fix typo in ltshipout.dtx (0f124ab4)
Marcel Fabian Krüger
tex at 2krueger.de
Sat Dec 18 00:59:28 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/0f124ab40e4c5b0f88b9013420a44c355d3e75ea
>---------------------------------------------------------------
commit 0f124ab40e4c5b0f88b9013420a44c355d3e75ea
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Sat Dec 18 00:59:28 2021 +0100
Fix typo in ltshipout.dtx
>---------------------------------------------------------------
0f124ab40e4c5b0f88b9013420a44c355d3e75ea
base/ltshipout.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index cb2deeaf..de64c6ed 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -741,7 +741,7 @@
luatexbase.create_callback('pre_shipout_filter', 'list')
local~call, getbox, setbox = luatexbase.call_callback, tex.getbox, tex.setbox~
lua.get_functions_table()[\the \@@_finalize_box:] = function()
- local head = getbox(\the \l_shipout_box)
+ local~head = getbox(\the \l_shipout_box)
local~result = call('pre_shipout_filter', head)
if~not (result == head) then~
setbox(\the \l_shipout_box, result~or~nil)
More information about the latex3-commits
mailing list.