Re: \verse adding unwanted blank lines
- From: Christian Ebert <blacktrash@xxxxxxx>
- Date: Sun, 25 May 2008 13:55:30 +0200
* Laura Conrad on Friday, May 23, 2008:
"Laura" == Laura Conrad <lconrad@xxxxxxxxxxxx> writes:
Laura> Why is it that when I write:
Laura> \begin{verse}
Laura> Now goth sonne under wod:\\
Laura> Me reweth, Marye, thy faire rode.\\
Laura> Now goth sonne under tree:\\
Laura> Me reweth, Marye, thy sone and thee.
Laura> \end{verse}
Laura> I end up with a blank line between the second and third lines?
With more experimentation, this seems to happen when I use the
Palatino package at 14 point. Either \usepackage{Times} or \small
before the verse environment causes the poem to look the way I expect.
Removing the geometry package also causes this particular poem to set
the way I want it to, but setting this poem on that size page is the
actual problem I'm trying to solve.
It has only to do width the length of the line in question. The
verse environment breaks the verse and puts nothing in the next
line. I don't know whether this is a shortcoming of the verse
environment of the memoir class only or in general.
Anyway, you could do something like:
\documentclass[14pt, letterpaper]{memoir}
\usepackage[ paperheight=8.5 in,paperwidth=5.5in,
textheight=7in,
twoside]{geometry}
\usepackage{palatino}
\begin{document}
\pagestyle{empty}
\subsection*{Now goth sonne under wod}
\settowidth\versewidth{Me reweth, Marye, thy faire rode.}
\begin{verse}[\versewidth]
Now goth sonne under wod:\\
Me reweth, Marye, thy faire rode.\\
Now goth sonne under tree:\\
Me reweth, Marye, thy sone and thee.
\end{verse}
\end{document}
c
--
Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]
_F R E E_ _V I D E O S_ -->> http://www.blacktrash.org/underdogma/
.
- References:
- \verse adding unwanted blank lines
- From: Laura Conrad
- Re: \verse adding unwanted blank lines
- From: Laura Conrad
- \verse adding unwanted blank lines
- Prev by Date: CTAN package update: pstricks
- Next by Date: msc.sty: A problem in the MSC macro package fixed
- Previous by thread: Re: \verse adding unwanted blank lines
- Next by thread: \pdfstringdefDisableCommands = Incomplete \iffalse
- Index(es):
Relevant Pages
|