From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30778 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: Re: no indent after figure Date: Tue, 12 Sep 2006 21:45:08 +0200 Message-ID: <45072A64.21075.26FCE14@wwl.musensturm.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1158090128 18592 80.91.229.2 (12 Sep 2006 19:42:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Sep 2006 19:42:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 12 21:42:04 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 1GNE8v-0006Ea-2J for gctc-ntg-context-518@m.gmane.org; Tue, 12 Sep 2006 21:42:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9C59D1FCDD; Tue, 12 Sep 2006 21:41:59 +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 13447-02; Tue, 12 Sep 2006 21:41:47 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B71A01FCBB; Tue, 12 Sep 2006 21:41:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5D4241FCBB for ; Tue, 12 Sep 2006 21:41:42 +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 13456-01-3 for ; Tue, 12 Sep 2006 21:41:36 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ronja.ntg.nl (Postfix) with SMTP id 286DA1FBB8 for ; Tue, 12 Sep 2006 21:41:35 +0200 (CEST) Original-Received: from [217.185.66.180] (helo=[217.185.66.180]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1GNE8U3pXH-0003jY; Tue, 12 Sep 2006 21:41:35 +0200 Original-To: ntg-context@ntg.nl Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: kundenserver.de abuse@kundenserver.de login:435c0b4f7f28cf0ca959f1bbde7b90f3 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:30778 Archived-At: > Hi Wolfgang, > = > use the following code because my old one worked only when > \setupfloats[indentnext=3Dyes] was used. > = > \unprotect > = > \def\OTRONEdosomepagefloat#1[#2]% > {%\checkwaitingfloats{#1}% > \global\setbox#1\vbox > {\unvbox#1% > \vbox to \textheight > {\doifnotinset\v!high{#2}\vfill > \box\floatbox > \doifnotinset\v!low{#2}\vfill}% > \goodbreak}% > \doinsertfloatinfo > \nonoindentation} > = > \protect Thank you! I'll try this. > Dont know I there are any sideeffects, you couls try to use the > code in yout file and response if you couls see any problems. > > Btw. are the ??xx (here ??bk) Variables document somewhere? = > They are namespaces for the ConTeXt-Macros and ??bk stands for > "Blokken (floats)". Ahh! Dutch names. I searched for the real name of the figurenumber to solve an other = problem I posted a few days ago. And so I was looking for the right = pr=E4fix for float (figure) or caption (don't even know where that = number lives). Gr=FC=DFe aus der Rh=F6n Wolfgang