@@ -29,10 +29,10 @@ return function (class)
29
29
return
30
30
end
31
31
SILE .typesetNaturally (SILE .getFrame (" runningHead" ), function ()
32
- SILE .settings :set (" current.parindent" , SILE .nodefactory .glue ())
33
- SILE .settings :set (" typesetter.parfillskip" , SILE .nodefactory .glue ())
34
- SILE .settings :set (" document.lskip" , SILE .nodefactory .glue ())
35
- SILE .settings :set (" document.rskip" , SILE .nodefactory .glue ())
32
+ SILE .settings :set (" current.parindent" , SILE .types . node .glue ())
33
+ SILE .settings :set (" typesetter.parfillskip" , SILE .types . node .glue ())
34
+ SILE .settings :set (" document.lskip" , SILE .types . node .glue ())
35
+ SILE .settings :set (" document.rskip" , SILE .types . node .glue ())
36
36
SILE .call (" cabook:font:right-header" , {}, function ()
37
37
SILE .call (" center" , {}, function ()
38
38
SILE .call (" meta:title" )
@@ -80,10 +80,10 @@ return function (class)
80
80
SILE .require (" packages/background" )
81
81
SILE .call (" background" , { color = " #e1e2e6" })
82
82
83
- local inkColor = SILE .colorparser (" #19191A" )
83
+ local inkColor = SILE .types . color (" #19191A" )
84
84
SILE .outputter :pushColor (inkColor )
85
85
end
86
86
87
- SILE .settings :set (" linebreak.emergencyStretch" , SILE .length (" 3em" ))
87
+ SILE .settings :set (" linebreak.emergencyStretch" , SILE .types . length (" 3em" ))
88
88
end
89
89
end
0 commit comments