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
On Wed, 24 May 2006 13:26:51 -0700, 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?
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
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
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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Johannes Graumann
-
nico