I am willing to use the acronym package in a paper and I'd like to show the acronym in \textsc.
Unfortunately the documentation of the package says that my acronym can be only an ASCII character. http://staff.science.uva.nl/~polko/HOWTO/LATEX/acronym.html
Is there a way to do what I'd like to do?
\acrodef{label}[acronym]{written out form}, for example\acrodef{etacar}[$\eta$ Car]{Eta Carinae}, with the restriction that thelabelshould be simple ASCII." Note the use of math mode$..$in theacronym. Do you want\textscas the default for all your acronyms or just some? – Werner Dec 8 '11 at 20:01