What I want
\newtheorem{thm}{Theorem}
\begin{thm} A \end{thm}
\begin{thm} B \end{thm}
\begin{thm} C \end{thm}
Ends up generating
Theorem 1 A.
Theorem 2 B.
Theorem 3 C.
What I want instead:
Theorem 3 A.
Theorem 2 B.
Theorem 1 C.
Why would anyway want this insanity?
I'm logging ideas I'm considering in LaTeX.
I want everything appear in reverse chronological order (i.e. newest ideas first; oldest idea last.)
Now, I want the numberings to remain valid across versions -- i.e. when I add a new theorem, I want old theorem 20 to remain as theorem 20 [thus all the discussions about theorem 20 do not suddenly become mislabeled.]