Now I run into a problem with frameboxes. Why is the following not valid LaTeX code?
\framebox{
The following text was taken from:
\begin{quote}
Erik Pickles: How it will end
\end{quote}
}
I get the following error:
something's wrong -- maybe an missing item?
quoteis an environment but that\frameboxforces horizontal mode for its content andquotelikes to open a new paragraph and list which doesn't work in that mode. – Martin Scharrer Sep 27 '11 at 20:55