Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!munnari.oz.au!murdu!viccol!dougcc From: dougcc@csv.viccol.edu.au (Douglas Miller) Newsgroups: comp.text.tex Subject: Re: Problem with captions Message-ID: <6394.2700957b@csv.viccol.edu.au> Date: 26 Sep 90 16:48:10 GMT References: <3446@usceast.UUCP> Organization: Computer Services, Victoria College, Melbourne Lines: 13 In article <3446@usceast.UUCP>, sharp@usceast.UUCP (Harry Sharp) writes: > > I recently tried using the figure environment in my Master's thesis > and it solved a problem I had been having with displaying code fragments. > However, I have uncovered a most unsettling problem while trying to caption > one of my figures. > \caption{\label {\em \#define}s for GOTO labels} Shouldn't this be something like: \caption{\label{GOTO} {\em \#define}s for GOTO labels}