I have created a new environment called "example" using \newtheorem.
My problems is when i write something like this
Code: Select all
\begin{example}[Title of example]
\begin{enumerate}
\item This is a test
\end{enumerate
\end{example}
If I write some text before I begin enumerating then there is no problem.Title of example 1) This is a test
How can I add som vertical space? I have tried with \vspace but no luck.
Thanks in advance.
Petey