Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!cerc.utexas.edu!coulomb.cerc.utexas.edu!wilson From: wilson@coulomb.cerc.utexas.edu (Linda Wilson) Newsgroups: comp.text.tex Subject: Re: Citations in \caption Message-ID: <1991Jan9.132526.24454@cerc.utexas.edu> Date: 9 Jan 91 13:25:26 GMT References: Sender: root@cerc.utexas.edu (Operator) Reply-To: wilson@coulomb.cerc.utexas.edu (Linda Wilson) Distribution: comp Organization: University of Texas at Austin Lines: 14 To use a \cite in a \caption, try putting \protect in front of \cite. I ran into similar problems when I tried to use \ref in a \chapter heading. The following finally worked: \chapter{A Proof of Theorem \protect{\ref{mytheorem}}} In general, \protect often helps when using one command inside another one. I hope this helps. Linda Wilson wilson@cerc.utexas.edu