Tagged Questions
2
votes
1answer
75 views
Octavo environment stanza break spacing
In the octavo document-class, there is (as in many others) a verse environment for the setting of poetry; however, breaking stanzas appears to be unimplemented: there's no difference in vertical ...
1
vote
1answer
104 views
How to eliminate vertical space before and after verse environment?
I'm using the verse package to typeset poems inside a tabular environment. Is it possible to eliminate the space before and after the verse package?
\usepackage{verse}
...
\begin{tabular}{p{30mm} | ...
6
votes
1answer
449 views
Stanza breaks with verse package
I am trying to enforce stanza breaks via a blank line as explained in the verse package documentation.
Stanza breaks do not seem to eventuate with this MWE:
\documentclass{memoir}
\usepackage{verse}
...