When using \label and \ref, can I get the \ref to display as a letter instead of a number (so if \ref is 3, it will print c instead)?
|
|
|||||
|
|
The default counter representation is
If you don't care about what is displayed and how it's referenced, then the following will work:
The |
||||
|
|
Any counter can be printed alphabetically using the command
Of course, all your sections will be "lettered" rather than numbered; however, it is very confusing to refer to a numbered item by letter, so this is probably what you should do anyway if you want references to print letters. |
|||
|
|
