ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Placefigure without Caption-Numbering
@ 2013-04-16 16:56 "H. Özoguz"
  2013-04-16 17:02 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: "H. Özoguz" @ 2013-04-16 16:56 UTC (permalink / raw)
  To: ntg-context

How to deactive the Caption-Numbering:

\starttext

\placefigure[here]{Blub}{\externalfigure[image][width=6cm]}

\stoptext


I want the caption "Blub", but not the "Figure 1" label.

Thanks!
Huseyin
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Placefigure without Caption-Numbering
  2013-04-16 16:56 Placefigure without Caption-Numbering "H. Özoguz"
@ 2013-04-16 17:02 ` Wolfgang Schuster
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2013-04-16 17:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.04.2013 um 18:56 schrieb "H. Özoguz" <h.oezoguz@mmnetz.de>:

> How to deactive the Caption-Numbering:
> 
> \starttext
> 
> \placefigure[here]{Blub}{\externalfigure[image][width=6cm]}
> 
> \stoptext
> 
> I want the caption "Blub", but not the "Figure 1" label.

\placefigure[here,nonumber]{…}{…}

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Placefigure without Caption-Numbering
       [not found]   ` <004701ceee07$a3580700$ea081500$@tosovsky@email.cz>
@ 2013-12-01  7:58     ` Alan Braslau
  0 siblings, 0 replies; 6+ messages in thread
From: Alan Braslau @ 2013-12-01  7:58 UTC (permalink / raw)
  To: Jan Tosovsky; +Cc: 'mailing list for ConTeXt users'

On Sat, 30 Nov 2013 21:06:20 +0100
Jan Tosovsky <j.tosovsky@email.cz> wrote:

> Indeed much cleaner. But that numbering option seems to be ignored ;-)
> Does it work for you?

Sorry, it is "number=no".

Alan
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Placefigure without Caption-Numbering
  2013-11-30 18:57 ` Alan Braslau
@ 2013-11-30 20:06   ` Jan Tosovsky
       [not found]   ` <004701ceee07$a3580700$ea081500$@tosovsky@email.cz>
  1 sibling, 0 replies; 6+ messages in thread
From: Jan Tosovsky @ 2013-11-30 20:06 UTC (permalink / raw)
  To: 'Alan Braslau', 'mailing list for ConTeXt users'

On 2013-11-30 Alan Braslau wrote:
> On Sat, 30 Nov 2013 19:42:54 +0100
> Jan Tosovsky <j.tosovsky@email.cz> wrote: 
> > On 2013-04-16 Wolfgang Schuster wrote:
> > > Am 16.04.2013 um 18:56 schrieb "H. Özoguz"
> > > >
> > > > How to deactive the Caption-Numbering:
> > > >
> > > > \starttext
> > > >
> > > > \placefigure[here]{Blub}{\externalfigure[image][width=6cm]}
> > > >
> > > > \stoptext
> > > >
> > > > I want the caption "Blub", but not the "Figure 1" label.
> > >
> > > \placefigure[here,nonumber]{.}{.}
> >
> > It helped me now.
> >
> > Btw, there is no such an option mentioned in the WIKI or user
> > guide...
> >
> > http://wiki.contextgarden.net/Command/placefigure
> >
> > But I'd like to add:
> > (1) caption=none renders 'none' instead of nothing...
> > (2) when key=none is combined, e.g. [none, page], the numbering is
> > suppressed, but the second option is ignored. But [page, none] works
> > fine. The order matters. It is same for [page, nonumber].
> >
> > It would be nice to fix those examples in Wiki or if MkIV behaves
> > differently, add an appropriate alternative there.
> 
> I find that the \startplacefigure \stopplacefigure interface is much
> cleaner:
> 
> \startplacefigure [location=here,numbering=no,title=Blub]
>   \externalfigure [image] [width=6cm]
> \stopplacefigure
> 

Indeed much cleaner. But that numbering option seems to be ignored ;-)
Does it work for you?

Jan

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Placefigure without Caption-Numbering
       [not found] <003f01ceedfb$fb43ecb0$f1cbc610$@tosovsky@email.cz>
@ 2013-11-30 18:57 ` Alan Braslau
  2013-11-30 20:06   ` Jan Tosovsky
       [not found]   ` <004701ceee07$a3580700$ea081500$@tosovsky@email.cz>
  0 siblings, 2 replies; 6+ messages in thread
From: Alan Braslau @ 2013-11-30 18:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, 30 Nov 2013 19:42:54 +0100
Jan Tosovsky <j.tosovsky@email.cz> wrote:

> On 2013-04-16 Wolfgang Schuster wrote:
> > Am 16.04.2013 um 18:56 schrieb "H. Özoguz" <h.oezoguz at mmnetz.de>:
> > >
> > > How to deactive the Caption-Numbering:
> > > 
> > > \starttext
> > > 
> > > \placefigure[here]{Blub}{\externalfigure[image][width=6cm]}
> > > 
> > > \stoptext
> > > 
> > > I want the caption "Blub", but not the "Figure 1" label.
> >
> > \placefigure[here,nonumber]{.}{.}
> 
> It helped me now. 
> 
> Btw, there is no such an option mentioned in the WIKI or user guide...
> 
> http://wiki.contextgarden.net/Command/placefigure
> 
> But I'd like to add:
> (1) caption=none renders 'none' instead of nothing...
> (2) when key=none is combined, e.g. [none, page], the numbering is
> suppressed, but the second option is ignored. But [page, none] works
> fine. The order matters. It is same for [page, nonumber].
> 
> It would be nice to fix those examples in Wiki or if MkIV behaves
> differently, add an appropriate alternative there.
> 
> Thanks, Jan

I find that the \startplacefigure \stopplacefigure interface is much
cleaner:

\startplacefigure [location=here,numbering=no,title=Blub]
  \externalfigure [image] [width=6cm]
\stopplacefigure

Alan

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Placefigure without Caption-Numbering
@ 2013-11-30 18:42 Jan Tosovsky
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Tosovsky @ 2013-11-30 18:42 UTC (permalink / raw)
  To: ntg-context

On 2013-04-16 Wolfgang Schuster wrote:
> Am 16.04.2013 um 18:56 schrieb "H. Özoguz" <h.oezoguz at mmnetz.de>:
> >
> > How to deactive the Caption-Numbering:
> > 
> > \starttext
> > 
> > \placefigure[here]{Blub}{\externalfigure[image][width=6cm]}
> > 
> > \stoptext
> > 
> > I want the caption "Blub", but not the "Figure 1" label.
>
> \placefigure[here,nonumber]{.}{.}

It helped me now. 

Btw, there is no such an option mentioned in the WIKI or user guide...

http://wiki.contextgarden.net/Command/placefigure

But I'd like to add:
(1) caption=none renders 'none' instead of nothing...
(2) when key=none is combined, e.g. [none, page], the numbering is
suppressed, but the second option is ignored. But [page, none] works fine.
The order matters. It is same for [page, nonumber].

It would be nice to fix those examples in Wiki or if MkIV behaves
differently, add an appropriate alternative there.

Thanks, Jan


___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-01  7:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-16 16:56 Placefigure without Caption-Numbering "H. Özoguz"
2013-04-16 17:02 ` Wolfgang Schuster
2013-11-30 18:42 Jan Tosovsky
     [not found] <003f01ceedfb$fb43ecb0$f1cbc610$@tosovsky@email.cz>
2013-11-30 18:57 ` Alan Braslau
2013-11-30 20:06   ` Jan Tosovsky
     [not found]   ` <004701ceee07$a3580700$ea081500$@tosovsky@email.cz>
2013-12-01  7:58     ` Alan Braslau

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).