Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!think.com!samsung!uakari.primate.wisc.edu!sdd.hp.com!elroy.jpl.nasa.gov!jarthur!uunet!mcsun!ukc!icdoc!sot-ecs!spqr From: spqr@ecs.soton.ac.uk (Sebastian Rahtz) Newsgroups: comp.text.tex Subject: Re: Changing LaTex item numbers in enumerate. Message-ID: Date: 30 Jan 91 09:38:14 GMT References: <1991Jan28.150917.38148@eagle.wesleyan.edu> Sender: news@ecs.soton.ac.uk Organization: Southampton University Computer Science Lines: 24 In-reply-to: jochterski@eagle.wesleyan.edu's message of 28 Jan 91 20:09:16 GMT In article <1991Jan28.150917.38148@eagle.wesleyan.edu> jochterski@eagle.wesleyan.edu writes: > > I want the enumerate in LaTeX to make item numbers like: > > > > a. > > b. > > c. > > \renewcommand{\labelitemi}{\alph{enumi}} If we look in book.sty, we see \def\labelenumi{\theenumi.} \def\theenumi{\arabic{enumi}} .. \def\labelitemi{$\bullet$} which suggests to me that fiddling with labelitemi is not the right approach as it affects itemize not enumerate. it should be more like \renewcommand{\theenumi}{\alph{enumi}} s -- Sebastian Rahtz S.Rahtz@uk.ac.soton.ecs (JANET) Computer Science S.Rahtz@ecs.soton.ac.uk (Bitnet) Southampton S09 5NH, UK S.Rahtz@sot-ecs.uucp (uucp)