diff options
author | Norbert Preining <norbert@preining.info> | 2024-02-23 03:02:16 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-02-23 03:02:16 +0000 |
commit | e7a321bba289c40f39563c19bbeac355f7c0eeeb (patch) | |
tree | a4ddcf771f1c706b6a8c8aed27ee2241ff0b43ac /systems/doc | |
parent | 286abb7dcd6c03d7edcd3d3435bb97448074c3cf (diff) |
CTAN sync 202402230302
Diffstat (limited to 'systems/doc')
-rw-r--r-- | systems/doc/luatex/luatex-tex.tex | 5 | ||||
-rw-r--r-- | systems/doc/luatex/luatex.pdf | bin | 1793986 -> 1793727 bytes |
2 files changed, 4 insertions, 1 deletions
diff --git a/systems/doc/luatex/luatex-tex.tex b/systems/doc/luatex/luatex-tex.tex index bfa4c5ba17..e55c3cace9 100644 --- a/systems/doc/luatex/luatex-tex.tex +++ b/systems/doc/luatex/luatex-tex.tex @@ -1980,10 +1980,12 @@ You can kick in your own nesting level visualizer, for instance: \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 @@ Or, in sync with other engines (not checked): return string.rep("~",l) .. string.rep(".",n-l) end end + return "" end) } \stoptyping diff --git a/systems/doc/luatex/luatex.pdf b/systems/doc/luatex/luatex.pdf Binary files differindex a01080f27b..a955fde822 100644 --- a/systems/doc/luatex/luatex.pdf +++ b/systems/doc/luatex/luatex.pdf |