Tagged Questions
4
votes
1answer
407 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}
...