I'm having trouble in using theorem without numbering. When I use:
Code: Select all
\newtheorem*{KL}{Klein's Lemma}
\begin{KL} Text text ... \end{KL}
Is there a way to find out where the redundancy is, or how to work around this problem?Command \* already defined. \newtheorem*{kl}
Thansk,