Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!mintaka!think.com!spool2.mu.edu!uunet!mcsun!ukc!mucs!m1!graham From: graham@cs.man.ac.uk (Graham Gough) Newsgroups: comp.text.tex Subject: Re: Changing LaTex item numbers in enumerate. Message-ID: Date: 29 Jan 91 10:44:25 GMT References: <1991Jan28.150917.38148@eagle.wesleyan.edu> Sender: news@cs.man.ac.uk Organization: Department of Computer Science, University of Manchester Lines: 32 In-reply-to: jochterski@eagle.wesleyan.edu's message of 28 Jan 91 20:09:16 GMT > Here's an easy one (but I can't get it...) > > I want the enumerate in LaTeX to make item numbers like: > > a. > b. > c. > I use the following little style file to create the alphaenum environment % % alphaenum.sty % % List environment that uses lowercase alpha counter % \newcounter{alphaenum@count} \newenvironment{alphaenum}% {\begin{list}% {\alph{alphaenum@count})}% {\usecounter{alphaenum@count}\def\p@alphaenum@count{\expandafter\@alph}}}% {\end{list}} Graham ---------------------------------------------------------------- Graham D. Gough, Department of Computer Science, University of Manchester, Oxford Road, Manchester, M13 9PL, U.K. Tel: (+44) 61 275 6277 FAX: (+44) 61 275 6280 Internet: graham@cs.man.ac.uk JANET: graham@uk.ac.man.cs USENET: ..mcvax!ukc!man.cs!graham ----------------------------------------------------------------