Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
LaTeX tips and tricks | ||||||||
Line: 179 to 179 | ||||||||
% in beamer, have nonugly math fonts \usefonttheme[onlymath]{serif} | ||||||||
Added: | ||||||||
> > | % reset the theorem counter to a previously referenced value % e.g., for repeating a theorem in an appendix % of course, also works with lemma, corollary, etc. \usepackage{refcount} \newcounter{thmbackup} \setcounter{thmbackup}{\value{theorem}} \setcounterref{theorem}{thm:name} \addtocounter{theorem}{-1} \begin{theorem}...repeated theorem...\end{theorem} \setcounter{theorem}{\value{thmbackup}} | |||||||
Spacing displays |