- claimed that this is done with the
\Alphcommand and - gave an example on how to change a NON-custom counter.
What took me forever to figure out is that the command for a counter called
CounterName is \theCounterName. Thus, the command I was looking for is:\renewcommand{\theCounterName}{\Alph{CounterName}}I hope this post can help others.