paddymcall / SARIT-pdf-conversions

XML to PDF for SARIT texts
https://github.com/sarit/SARIT-corpus
2 stars 1 forks source link

vertical spacing around verses #9

Closed paddymcall closed 8 years ago

paddymcall commented 8 years ago

how could we increase that?

ppasedach commented 8 years ago

Something like

\documentclass{memoir}
\usepackage{reledmac}
\setstanzaindents{8,2,2,2,2,2,2,2,2,2,2,}
\begin{document}
\beginnumbering
\pstart

Some prose.

\pend

\stanza[\smallskip]
A third verse. &
And a second line.\&[\smallskip]

\pstart

Some more prose.

\pend

\endnumbering
\end{document}

? Cf. reledmac manual 8.8.