Difference: LaTeX (15 vs. 16)

Revision 162010-01-02 - KevinLeytonBrown

Line: 1 to 1
 
META TOPICPARENT name="EmpiricalAlgorithmics"

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

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback