I have two questions:
1) When I index the theorem by page, specifically
Code: Select all
\newtheorem{thm}{Theorem}[page]
\newtheorem{lem}[thm]{Lemma} %to be part of the same numbering scheme
\newtheorem{cor}[thm]{Corollary}
...
etc
2) Does anyone know how to make it so using \ref{theoremlabel} gives not only the number, but the type as well? For instance, "Corollary 9.2" instead of just "9.2".
Thanks beforehand.