Tagged Questions
4
votes
1answer
369 views
Quote environment with long reference at the end right – without widows
I need a quote-environment to end with source-references in a new line, flush right.
Simply using
\begin{quote}
QUOTED TEXT
\begin{flushright}
SOURCE
\end{flushright}
\end{quote}
...
10
votes
3answers
278 views
Avoiding orphans at the start of quote/quotation environments
To me, orphans -- page breaks after the first line of a paragraph -- are tolerable in the normal text body, and so I leave TeX's default settings (\clubpenalty=150) alone. On the other hand, I want to ...