Closed dcpurton closed 2 years ago
The following MWE fails to compile (but works if aboveskip is not stretchable):
aboveskip
Same behaviour with belowskip.
belowskip
\documentclass{article} \usepackage{scripture} \scripturesetup{poetry/aboveskip=0pt plus 2pt} \begin{document} \begin{scripture} Foo \begin{poetry} Foo \end{poetry} Foo \end{scripture} \end{document}
The following MWE fails to compile (but works if
aboveskip
is not stretchable):Same behaviour with
belowskip
.