Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Latex: Decreasing the vertical margins in quote and verse

Tags:

latex

In Latex, by using begin{verse} and end{verse}, there is about a 1-line space between the verse and the surrounding text (on the top and bottom of it). How do you change the amount of space here?

like image 817
directx Avatar asked Oct 15 '25 18:10

directx


1 Answers

Its probably not the best way to do it, but this works.

In the preamble define a new environment called tightverse that moves the text up the height of a line before and after the verse environment.

\newenvironment{tightverse}
{\vspace{-1ex}\begin{verse}}
{\vspace{-1ex}\end{verse}}

Then in your document put your text within \begin{tightverse} and \end{tightverse} as usual.

like image 188
Niall Murphy Avatar answered Oct 19 '25 02:10

Niall Murphy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!