Thanks! This is great! One quick follow-up. If I have Hypothesis 1
followed by Hypotheses 2A and 2B, how do I make 2A and 2B not come out
as 2B and 2 C? Right now, I have the following:
\begin{hypothesis}
\label{Hypothesis 1}
This is one thing I think is true.
\end{hypothesis}
\renewcommand\thehypothesis{2\Alph{hypothesis}}
\begin{hypothesis}\label{Hypothesis 2A}
This is the first part of the second thing I think is true, and;
\end{hypothesis}
\begin{hypothesis}\label{Hypothesis 2B}
This is the second part of the second thing.
\end{hypothesis}
When I typeset this though, the hypotheses come out numbered: H1, H2B,
H2C. Any suggestions? I'm sure there's a simple command to add a break
between the hypotheses, so that H2 has parts A and B.
Thanks again!
Ryan