RE: Numbering formulas and changing fonts
"Hendri Adriaens" <[email protected]>
| Newsgroups | gmane.comp.tex.latex.prosper.user |
|---|---|
| Message-ID | <[email protected]> |
> seems not to work
OK, this should work better. If you define another theorem like environment,
redefine that accordingly to make it use \orig@item instead of \item.
Best,
-Hendri.
------------------------------------------------------------------------
\documentclass[pdf]{prosper}
\newtheorem{theorem}{Theorem}
\makeatletter
\let\orig@theorem\theorem
\def\theorem{%
\let\item=\orig@item
\orig@theorem
}
\makeatother
\begin{document}
\saveCtr{theorem}
\overlays{3}{
\begin{slide}{test}
\begin{itemstep}
\item sdfdf
\item
\begin{theorem}
sdsdf
\end{theorem}
\item sdfsdf
\end{itemstep}
\end{slide}
}
\end{document}
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click