There might be an easier way to do this, if so sorry, I tried searching the forums. I am trying to typeset my own pair of "flavor" quotations (I tried a package for this but didn't like its output), and would like to do it at the top of a page like a float.
This is what I have:
Code: Select all
\usepackage{float}
\newfloat{quotations}{t}{} %top of the page...
[...]
\begin{quotations}
\begin{flushright}
\emph{
``Eat your waffles''\\
Grandma\\
``You eat too many waffles''\\
Grandpa
}
\end{flushright}
\end{quotations}
Sorry, I am just a beginner, I can't figure out by myself. Thank you for your help.