Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rice!brazos.rice.edu!jiang From: jiang@hbar.rice.edu (Jun Jiang) Newsgroups: comp.text.tex Subject: LaTeX macros needed for superscript-style citation Message-ID: Date: 15 Jun 90 01:03:55 GMT Sender: root@rice.edu Distribution: comp Organization: Chemistry Department, Rice University Lines: 10 The LaTeX \cite{a,b,c,d} will generate TEXT [1,2,3,4]. I would like to have a superscript-style citation \citem. Its output should look like the following if one calls \citem{a,b,c,d}: 1--4 ...... TEXT, ....... Does anyone outthere know how to do this?