Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!elroy.jpl.nasa.gov!decwrl!nsc!taux01!tasu83.UUCP!iddo From: iddo@tasu83.UUCP Newsgroups: comp.text.tex Subject: \ref an \alph in Latex Message-ID: <5832@taux01.nsc.com> Date: 12 May 91 16:01:17 GMT Sender: netnews@taux01.nsc.com Reply-To: iddo@tasu83.UUCP () Organization: National Semiconductor Corp. Lines: 20 I have a list environment where each \item's label is printed alphabetically, as in (a) ... (b) ... (c) .... This is defined by: \newcounter{mylist} \newenvironment{mylist}[1]{\begin{list}% {(\alph{mylist})\hfill}{\usecounter{mylist}.... It is posible to put a \label in the list items, but when I do a \ref in another place it appears as decimal. Is there a way to make it print also as alph in the \ref'ing place? Thanks, iddo