sile 0.15.12

Simon’s Improved Layout Engine
Documentation
1
2
3
4
5
6
7
8
9
local base = require("typesetters.base")

local typesetter = pl.class(base)
typesetter._name = "default"

-- Using 'base' directly and typesetters that derive from 'base' give slightly different initialization sequences, which
-- is confusing to debug. In particular _post_init() handling is different.

return typesetter