ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tony Keating <keating@mech.uq.edu.au>
Cc: ntg-context@ntg.nl
Subject: Re: How to suppress captions in a single figure
Date: Fri, 19 Nov 1999 16:04:24 +1000	[thread overview]
Message-ID: <19991119160424.A27042@mars.rcode.com.au> (raw)
In-Reply-To: <19991119003845.A16055@vasili.rlf.org>; from txporter@mindspring.com on Fri, Nov 19, 1999 at 12:38:46AM -0500

Thomas Porter <txporter@mindspring.com> 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 <keating@mech.uq.edu.au> [http://www.mech.uq.edu.au/~tonyk]
Department of Mechanical Engineering, University of Queensland, AUSTRALIA


  reply	other threads:[~1999-11-19  6:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-19  5:38 Thomas Porter
1999-11-19  6:04 ` Tony Keating [this message]
1999-11-19 21:23   ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19991119160424.A27042@mars.rcode.com.au \
    --to=keating@mech.uq.edu.au \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).