Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: Citations in \caption Message-ID: <1991Jan9.164532.2726@csrd.uiuc.edu> Date: 9 Jan 91 16:45:32 GMT References: Sender: news@csrd.uiuc.edu (news) Distribution: comp Organization: UIUC Center for Supercomputing Research and Development Lines: 16 hucka@engin.umich.edu (Michael Hucka) writes: > \caption{From \cite{Hayes88}, the typical cycle for a serial CPU.} >Pardon me if this has an elementary solution. You're pardonned, therefore (?) there is an elementary solution: \protect. Insert that before \cite. If (and when) you read the LaTeX book you'll find a lot of confusing remarks about fragile commands and \protect-ing them. This in completely ununderstandable if you don't know a lot more about the inside of TeX. Just remember that insrting \protect occasionally helps. Victor.