Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!ncar!mailrus!cornell!batcomputer!sun.soe.clarkson.edu!mrd From: mrd@sun.soe.clarkson.edu (Michael DeCorte) Newsgroups: comp.text Subject: Re: \cite in LaTeX Message-ID: Date: 19 Jan 89 02:23:04 GMT References: <838@sunspot.cme.nbs.gov> Sender: news@sun.soe.clarkson.edu Distribution: na Organization: Clarkson University, Postdam NY Lines: 25 In-reply-to: anderson@cme.nbs.gov's message of 17 Jan 89 13:11:04 GMT In article <838@sunspot.cme.nbs.gov> anderson@cme.nbs.gov (William E. Anderson) writes: Specifically, I need my references superscripted in the text and not in sqwuare brackets as is the LaTeX default. the default def is \def\@cite#1#2{[{#1\if@tempswa , #2\fi}]} Try this: \makeatletter \def\@cite#1#2{$^{#1\if@tempswa , #2\fi}$} \makeatother \def\cite#1{$^{#1}$} -- Michael DeCorte // (315)265-2439 // P.O. Box 652, Potsdam, NY 13676 Internet: mrd@sun.soe.clarkson.edu // Bitnet: mrd@clutx.bitnet --------------------------------------------------------------------------- Clarkson Archive Server // commands = help, index, send, path archive-server@sun.soe.clarkson.edu archive-server%sun.soe.clarkson.edu@omnigate.bitnet dumb1!dumb2!dumb3!smart!sun.soe.clarkson.edu!archive-server ---------------------------------------------------------------------------