From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28189 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: 'Dot' after Float label Howto? Date: Wed, 24 May 2006 23:34:08 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1148506226 18571 80.91.229.2 (24 May 2006 21:30:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 May 2006 21:30:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed May 24 23:30:23 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fj0vo-0003q6-OC for gctc-ntg-context-518@m.gmane.org; Wed, 24 May 2006 23:30:16 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 10A8D127C9; Wed, 24 May 2006 23:30:16 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31756-03; Wed, 24 May 2006 23:30:10 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 78F931279F; Wed, 24 May 2006 23:30:10 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A92501279F for ; Wed, 24 May 2006 23:30:08 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29863-04 for ; Wed, 24 May 2006 23:30:07 +0200 (CEST) Original-Received: from swip.net (mailfe06.tele2.fr [212.247.154.172]) by ronja.ntg.nl (Postfix) with SMTP id B32AC1276C for ; Wed, 24 May 2006 23:30:07 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [213.103.195.110] (HELO localhost) by mailfe06.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 202719959 for ntg-context@ntg.nl; Wed, 24 May 2006 23:30:04 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: User-Agent: Opera M2/7.54 (FreeBSD, build 955) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:28189 Archived-At: On Wed, 24 May 2006 13:26:51 -0700, Johannes Graumann 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