File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -380,15 +380,16 @@ function package:registerCommands ()
380
380
SILE .call (" verbatim:font" )
381
381
SILE .call (" language" , { main = " und" })
382
382
-- Rather than absolutizing 4 different values, just do it once and cache it
383
+ local bs = SILE .types .measurement (" 1bs" ):absolute ()
383
384
local ex = SILE .types .measurement (" 1ex" ):absolute ()
384
385
local pushline = function ()
385
386
colorWrapper (" note" , function ()
386
387
SILE .call (" novbreak" )
387
- SILE .typesetter :pushVglue (ex )
388
+ SILE .typesetter :pushVglue (- bs )
388
389
SILE .call (" novbreak" )
389
390
SILE .call (" fullrule" , { thickness = " 0.5pt" })
390
391
SILE .call (" novbreak" )
391
- SILE .typesetter :pushVglue (- ex )
392
+ SILE .typesetter :pushVglue (- bs - ex )
392
393
SILE .call (" novbreak" )
393
394
end )
394
395
end
You can’t perform that action at this time.
0 commit comments