Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!ruuinf!piet From: piet@cs.ruu.nl (Piet van Oostrum) Newsgroups: comp.text.tex Subject: Re: Problem with captions Keywords: figure, captions, LaTeX Message-ID: <3792@ruuinf.cs.ruu.nl> Date: 14 Sep 90 09:52:52 GMT References: <3446@usceast.UUCP> Sender: news@ruuinf.cs.ruu.nl Reply-To: piet@cs.ruu.nl (Piet van Oostrum) Organization: Dept of Computer Science, Utrecht University, The Netherlands Lines: 13 In-reply-to: sharp@usceast.UUCP (Harry Sharp) In article <3446@usceast.UUCP>, sharp@usceast (Harry Sharp) writes: | \caption{\label {\em \#define}s for GOTO labels} | ^ The problem is that you forgot the parameter for \label. Now \label tries to use your text as a ref name, which gives all kinds of problems with \em in it. Summary: use \caption{\label{XXX}{\em \#define}s for GOTO labels} -- Piet* van Oostrum, Dept of Computer Science, Utrecht University, Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands. Telephone: +31 30 531806 Uucp: uunet!mcsun!ruuinf!piet Telefax: +31 30 513791 Internet: piet@cs.ruu.nl (*`Pete')