I am writing a proof for a long theorem in LaTeX. The content of the evidence is a long list of items. My code is:
\begin{proof} \begin{itemize} \item asd \item asd \end{itemize} \end{proof}
And the result will look like this:
proof * asd * asd
Is it possible to insert a new line after the word "proof" to get something like:
proof * asd * asd
\ newline, \\ does not work inside the proof environment. Maybe there is another way to make it better?
My latex distribution - texlive 2011
source share