Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!spool.mu.edu!sol.ctr.columbia.edu!ira.uka.de!ifistg!raichle From: raichle@informatik.uni-stuttgart.de (Bernd Raichle) Newsgroups: comp.text.tex Subject: Re: What's wrong with the following macro? Message-ID: Date: 13 Jun 91 08:49:32 GMT References: <50415@ut-emx.uucp> Sender: news@ifistg.uucp Reply-To: raichle@azu.informatik.uni-stuttgart.de Organization: Informatik, Univ. Stuttgart. W.Germany Lines: 12 In-reply-to: young@emx.utexas.edu's message of 12 Jun 91 20:35:12 GMT > What's wrong with the above macro? There are unwanted spaces in the macro definitions of \cite, \citeA... E.g. change definition of \cite to: \def\cite{\def\@citeseppen{-1000}% \def\@cite##1##2{(##1\if@tempswa , ##2\fi)}% <-----------!!! \def\citeauthoryear##1##2##3{##1, ##3}\@internalcite} -bernd