Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!elroy.jpl.nasa.gov!sdd.hp.com!ucsd!ucrmath!aaron.ucr.edu From: neg@aaron.ucr.edu (neil gretsky) Newsgroups: comp.text.tex Subject: Latex question about renewcommand Keywords: latex, renewcommand, enumerate counters Message-ID: <11383@ucrmath.ucr.edu> Date: 23 Jan 91 22:44:01 GMT Sender: news@ucrmath.ucr.edu Organization: University of California, Riverside Lines: 33 *My goal: to have the enumeration counter used inside a theorem print in lower case roman -- both in the actual enumeration and later when used in a \ref. *My method: following an example in the Lamport Latex book on page 92, ... \renewcommand{\theenumi}{\roman{enumi}} \begin{theorem} Let ... \begin{enumerate} \item\label{addup} ... \item\label{single} ... ... \end{enumerate} \end{theorem} ... As part \ref{single} of the theorem ... *The problem: the counter values print as arabic in the statement of the theorem and as roman in the ref's following the theorem; e.g. single prints as "2" in the statement of the theorem and as "ii" in the ref in the following paragraph. *My request: what is going on here and how do I fix it?????? Any help will be gratefully received. Please reply either by email or posting to this group. Thanks. ******************************************************************************* Neil E. Gretsky *internet: neg@ucrmath.ucr.edu Mathematics Department *uucp: ...!{ucsd, uci, ucdavis}!ucrmath!neg Univ. of California, Riverside *ear: 714-787-3591 (or -5002 for message) *******************************************************************************