ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mari Voipio <mari.voipio@iki.fi>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: place figure without \placefigure
Date: Wed, 02 Dec 2009 08:01:07 +0200	[thread overview]
Message-ID: <4B1602A3.6000004@iki.fi> (raw)
In-Reply-To: <20091117133949.265865b3@KUBUNTU64>

R. Bastian wrote:
> On Tue, 17 Nov 2009 13:01:11 +0100
> Wolfgang Schuster <schuster.wolfgang@googlemail.com> scribit:
>> \placefigure[none]{}{\externalfigure[...]}
> 
> it wörks nit, but

That's because the "none" ended up between the wrong parentheses; when 
you do not want captions while using \placefigure, write "none" in the 
spot where the caption would normally be:


\placefigure
[...]
{none} %no caption
{\externalfigure[...]}



This works, at least in older versions of ConTeXt. I've got a few 
figures where it is used, this way I can be certain that the figure 
placement etc. is consistent all over.

It works in combinations, too; in the following example I combine three 
figures on one row. The whole combination does have a caption, but the 
individual figures in the combination do not - so if you look at the 
final pdf, this looks like any single figure with one caption underneath.


\placefigure
[here] % placement
[fig:nameplates] % reference
{IA sensor nameplates} % caption for whole group
{
\startcombination[3*1] % 3 columns, 1 row
{\externalfigure[sanitary ia]} {none}
{\externalfigure[general ia]} {none}
{\externalfigure[aggressive ia]} {none}
\stopcombination
} % whole combination in braces of placefigure




Regards,

Mari
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      reply	other threads:[~2009-12-02  6:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-17 11:26 R. Bastian
2009-11-17 12:01 ` Wolfgang Schuster
2009-11-17 12:39   ` R. Bastian
2009-12-02  6:01     ` Mari Voipio [this message]

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=4B1602A3.6000004@iki.fi \
    --to=mari.voipio@iki.fi \
    --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).