texlive[70082] Master/texmf-dist/doc/luatex/base: Fixed wrong
commits+lscarso at tug.org
commits+lscarso at tug.org
Fri Feb 23 01:25:03 CET 2024
Revision: 70082
https://tug.org/svn/texlive?view=revision&revision=70082
Author: lscarso
Date: 2024-02-23 01:25:03 +0100 (Fri, 23 Feb 2024)
Log Message:
-----------
Fixed wrong callback.register("input_level_string"...) in manual.
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/luatex/base/luatex-tex.tex
trunk/Master/texmf-dist/doc/luatex/base/luatex.pdf
Modified: trunk/Master/texmf-dist/doc/luatex/base/luatex-tex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/base/luatex-tex.tex 2024-02-22 23:41:54 UTC (rev 70081)
+++ trunk/Master/texmf-dist/doc/luatex/base/luatex-tex.tex 2024-02-23 00:25:03 UTC (rev 70082)
@@ -1980,10 +1980,12 @@
\starttyping
callback.register("input_level_string",function(n)
- if tex.tracingmacros > 0 and tex.count.tracingstacklevels > 0 then
+ if tex.tracingmacros > 0 and tex.count.tracingstacklevels > 0 then
if tex.tracingmacros > 1 then
return "! " .. string.rep(">",n) .. " "
end
+ end
+ return ""
end)
\stoptyping
@@ -2000,6 +2002,7 @@
return string.rep("~",l) .. string.rep(".",n-l)
end
end
+ return ""
end)
}
\stoptyping
Modified: trunk/Master/texmf-dist/doc/luatex/base/luatex.pdf
===================================================================
(Binary files differ)
More information about the tex-live-commits
mailing list.