ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Figure number off one time
Date: Tue, 01 Aug 2006 10:01:31 +0200	[thread overview]
Message-ID: <44CF0A5B.9060008@wxs.nl> (raw)
In-Reply-To: <Pine.WNT.4.63.0607312216000.3448@nqvgln>

Aditya Mahajan wrote:
> On Mon, 31 Jul 2006, David Arnold wrote:
>
>   
>> All,
>>
>> I would like to use:
>>
>> \placefigure
>> [right][fig:pythagoras]
>> {An early portrait of Pythagoras.}
>> {\getbuffer[figure]}
>>
>> And I would like to turn off the figure number in this caption, but
>> just for this graphic, not for any other I place. I want the number
>> off, but I want to keep the caption "An early portrait of Pythagoras."
>>
>> The following didn't work.
>>     
>
> Try
>
> \start
>   \setupcaptions[number=no]
>   \placefigure
>     [right]
> %  [fig:pythagoras]
> % If there is no number, you can not refer to it
>   {An early portrait of Pythagoras.}
>   {\getbuffer[figure]}
> \stop
>
> Basically \start \stop limit the effect of \setupcaptions. You can 
> also use \bgroup \egroup or { .. } instead. I find \start \stop more 
> Contexish.
>   
hey, how come you don't know the easy way ... 

\placefigure[right,none]{An early portrait of Pythagoras.}{}

\placefigure[right,nonumber]{An early portrait of Pythagoras.}{}

\placefigure[right]{An early portrait of Pythagoras.}{}

it's david's turn to wikify this 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

  parent reply	other threads:[~2006-08-01  8:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-01  1:54 David Arnold
2006-08-01  2:17 ` Aditya Mahajan
2006-08-01  2:53   ` David Arnold
2006-08-01  8:01   ` Hans Hagen [this message]
2006-08-01 16:12     ` David Arnold
2006-08-01 16:40       ` Aditya Mahajan
2006-08-01 17:12         ` David Arnold
2006-08-01 17:45           ` Aditya Mahajan
2006-08-01 18:47           ` Hans Hagen
2006-08-01 18:46       ` 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=44CF0A5B.9060008@wxs.nl \
    --to=pragma@wxs.nl \
    --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).