Skip to content

Commit

Permalink
fix(packages): Improve multi-paragraph pullquotes
Browse files Browse the repository at this point in the history
This removes the stretched lines at the end of every paragraph but the
last, when a `pullquote` (from the `pullquote` package) contains several
paragraphs. It does not fix the bug mentioned in #865.
  • Loading branch information
OlivierNicole authored and alerque committed Jul 13, 2020
1 parent 193fded commit 7d3f355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pullquote.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ SILE.registerCommand("pullquote", function (options, content)
SILE.settings.temporarily(function ()
SILE.settings.set("document.rskip", SILE.nodefactory.glue(setback))
SILE.settings.set("document.lskip", SILE.nodefactory.glue(setback))
SILE.settings.set("typesetter.parfillskip", SILE.nodefactory.glue())
SILE.settings.set("current.parindent", SILE.nodefactory.glue())
SILE.call("pullquote:font")
typesetMark(true, setback, scale, color, "")
Expand Down

0 comments on commit 7d3f355

Please sign in to comment.