I was wondering if you could help. I'm using a large number of different propositions in my document, that I need to keep a running number on, and cross reference.
I want something that would end up looking a bit like this:
Code: Select all
\begin{itemize}
\item [C$_1$] blah blah blah
\item [C$_2$] blah blah blah
\end{itemize}
And now I do a long boring bit of text, but in it I refer to one of the things I talked about earlier, for example C$_2$.
\begin{itemize}
\item [C$_3$] blah blah blah
\end{itemize}
And now I need to refer to both C$_1$ and C$_3$
Only, the problem is, I can't work out how to make LaTeX do the counting for me. Right now, I'm having to change all the numbers myself each time I reorder something in the document (quite a major job with a phd thesis...). I'm sure there's a way to make this easier, but I can't figure it out. Can anyone help at all?
Many thanks!
-Letty