When using LaTeX for numbered theorems (or other numbered environments for that matter), if you have a theorem, and then you want to give a reformulation of the theorem, is there anyway to get LaTeX to number your first theorem, say Theorem 5, and your reformulation as say Theorem 5'?
To obtain numbered theorems, I am not using any package, just using the command
\newtheorem{theorem}{Theorem}
in my preamble.
\label,\refjust in case the restated theorem is not exactly after the original one? – Gonzalo Medina Sep 03 '12 at 13:58\refdoesn't necessarily return something locally reusable as\thetheorem(and if you poke at\refinternals you have to be careful not to trip overhyperrefwhich changes them) – David Carlisle Sep 03 '12 at 14:14