dcpurton / scripture

A LaTeX style for typesetting Bible quotations
LaTeX Project Public License v1.3c
10 stars 0 forks source link

Setting `aboveskip` on inner environments to stretchable space fails to compile #48

Closed dcpurton closed 2 years ago

dcpurton commented 2 years ago

The following MWE fails to compile (but works if aboveskip is not stretchable):

Same behaviour with 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}