From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1301 Path: main.gmane.org!not-for-mail From: Tony Keating Newsgroups: gmane.comp.tex.context Subject: Re: How to suppress captions in a single figure Date: Fri, 19 Nov 1999 16:04:24 +1000 Sender: owner-ntg-context@let.uu.nl Message-ID: <19991119160424.A27042@mars.rcode.com.au> References: <19991119003845.A16055@vasili.rlf.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035392133 31556 80.91.224.250 (23 Oct 2002 16:55:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:55:33 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Thomas Porter In-Reply-To: <19991119003845.A16055@vasili.rlf.org>; from txporter@mindspring.com on Fri, Nov 19, 1999 at 12:38:46AM -0500 Xref: main.gmane.org gmane.comp.tex.context:1301 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1301 Thomas Porter wrote: > I am creating a presentation where I pull in TeX source using \typefile and > then want to import a scaled down version of the PDF output to show how it all > looks. I have used \placefigure, but get a numbered caption for the included > figure. Can I suppress captions and figure numbering for a single figure, or > should I just use \setupcaptions at the start of the presentation and not have > any figures numbered? Thomas, two options that I can see (Hans will probably show you something a lot simplier tho'!).. 1. For the figure that you don't want a caption or number, just use \externalfigure[figfile]... i.e. don't put it in a float. But, if you want to put it in a float.. 2. Surround the float with \setupcaptions commands (you can probably use \setupcaption someone to set a single caption but I don't know how) i.e. \setupcaptions[number=no] % no figure numbers \placefigure[here][keyword] % place the figure in a float {Caption goes here} {\externalfigure[figfile]} \setupcaptions[number=yes] % figure numbers back on This should work. :) Hope that helps, Tony. -- Tony Keating [http://www.mech.uq.edu.au/~tonyk] Department of Mechanical Engineering, University of Queensland, AUSTRALIA