By just adding
paralist nothing changed. Having look at the package manual didn't help. Do you know to direct me to the exact solution?
I'm attaching a minimal example:
Code: Select all
\documentclass{article}
\usepackage{amsthm}
\newtheorem{theorem}{Theorem}
\begin{document}
Example
\begin{itemize}
\item Item 1
\item Item 2
\item \begin{theorem}[Th. name]
Here's the problem
\end{theorem}
\item Item 3
\end{itemize}
\end{document}
Note that I (think that I) need the
amsthm package. Without it, problem disappears. Is there a way to enjoy all beauty simultaneously?
Ubuntu 8.04 + Kile 3.5.10 + TeXLive. Question?