Re: [NTG-context] 'Dot' after Float label Howto?

2006-05-26 Thread Hans Hagen
Johannes Graumann wrote:
 nico wrote:

   
 I thought that stopper would do it, but either I misuse it, or there's a
 bug in there: the dot appears twice!
 

 Strange. If you have sub figures (like Figure 1.2.a) the stopper strategy
 works. Just with normal figures (Figure 1.2) there are two dots ...

 Looks like a bug to me.
   
ok, fixed, teh next release will properly do:

\starttext

\chapter{joke}

\setupcaption[figure][separator=!]

\def\floatcaptionsuffix{}
\placefigure{What}{\framed[width=5cm]{Hi}}
\def\floatcaptionsuffix{x}
\placefigure{What}{\framed[width=5cm]{Hi}}

\setupcaption[figure][stopper=.]

\def\floatcaptionsuffix{}
\placefigure{What}{\framed[width=5cm]{Hi}}
\def\floatcaptionsuffix{x}
\placefigure{What}{\framed[width=5cm]{Hi}}

\stoptext


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

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] 'Dot' after Float label Howto?

2006-05-26 Thread Johannes Graumann
Hans Hagen wrote:

 ok, fixed, teh next release will properly do:

Thanks, Hans!

Joh

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] 'Dot' after Float label Howto?

2006-05-25 Thread Johannes Graumann
nico wrote:

 I thought that stopper would do it, but either I misuse it, or there's a
 bug in there: the dot appears twice!

Strange. If you have sub figures (like Figure 1.2.a) the stopper strategy
works. Just with normal figures (Figure 1.2) there are two dots ...

Looks like a bug to me.

Joh

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] 'Dot' after Float label Howto?

2006-05-24 Thread Johannes Graumann
Hello,

My proofreader wants the float labels (Figure 2.5) to end with a dot as
well (as in Figure 2.5.).
Can somebody please point me at how to achieve that?

Thanks, Joh

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] 'Dot' after Float label Howto?

2006-05-24 Thread nico
On Wed, 24 May 2006 13:26:51 -0700, Johannes Graumann  
[EMAIL PROTECTED] wrote:

 Hello,

 My proofreader wants the float labels (Figure 2.5) to end with a dot as
 well (as in Figure 2.5.).
 Can somebody please point me at how to achieve that?

I thought that stopper would do it, but either I misuse it, or there's a  
bug in there: the dot appears twice!

\setupcaption[figure][stopper=.]

\starttext

\chapter{joke}

\placefigure{What}
{\framed[width=5cm]{Hi}}

\stoptext

Regards,
BG
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context