Skip to content

Commit

Permalink
fixup! [NFY] refactor(classes)!: Convert class inheritance from stdli…
Browse files Browse the repository at this point in the history
…b to Penlight
  • Loading branch information
alerque committed Sep 23, 2020
1 parent 9846498 commit fc4458c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/plain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ local _oldplain = {
SILE.typesetter:pushExplicitVglue(SILE.nodefactory.vssglue())
end, "Add glue which stretches and shrinks vertically")

SILE.doTexlike([[\define[command=thinspace]{\glue[width=0.16667em]}%
SILE.doTexlike([[
\define[command=thinspace]{\glue[width=0.16667em]}%
\define[command=negthinspace]{\glue[width=-0.16667em]}%
\define[command=enspace]{\glue[width=0.5em]}%
\define[command=relax]{}%
Expand Down

0 comments on commit fc4458c

Please sign in to comment.