From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16407 Path: main.gmane.org!not-for-mail From: "Martin Kolarík" Newsgroups: gmane.comp.tex.context Subject: Floats and captions difficulties -- correction Date: Sun, 12 Sep 2004 10:00:32 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: References: Reply-To: martin@mii.cz, mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094976054 15830 80.91.229.6 (12 Sep 2004 08:00:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Sep 2004 08:00:54 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 12 10:00:41 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C6PHt-0003Ci-00 for ; Sun, 12 Sep 2004 10:00:41 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B0B212788; Sun, 12 Sep 2004 10:00:38 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18107-03-3; Sun, 12 Sep 2004 10:00:36 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4452E12783; Sun, 12 Sep 2004 10:00:36 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0C1ED12783 for ; Sun, 12 Sep 2004 10:00:34 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18107-03-2 for ; Sun, 12 Sep 2004 10:00:33 +0200 (CEST) Original-Received: from ns2.avonet.cz (unknown [217.112.162.42]) by ronja.ntg.nl (Postfix) with ESMTP id 74EED1276D for ; Sun, 12 Sep 2004 10:00:33 +0200 (CEST) Original-Received: from europe (kolarik.avonet.cz [217.112.166.172]) by ns2.avonet.cz with SMTP id i8C80Wcg007844 for ; Sun, 12 Sep 2004 10:00:32 +0200 Original-To: "mailing list for ConTeXt users" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-Amavis-Alert: BAD HEADER Non-encoded 8-bit data (char ED hex) in message header 'From' From: "Martin Kolar\355k" \n ^ Xref: main.gmane.org gmane.comp.tex.context:16407 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16407 > First, it seems to me, the \setupfloat making the sidefloat on existing > predefined float do not work. If I state: > > \setupfloat[table][location=outer] > \placetable{caption}... > > the table is properly placed, but the text do not float around. If I use: > > \placetable[outer]{caption}... > > everything is OK. Maybe I missed something, or this is an > unpleasant feature > or a small bug :-) I missed something: "location=outer" in setupfloat affects position of float (but not text floating); if I use "default=outer", also the text floats correctly. And next -- \setupfloats[location=outer] (not \setupfloat[floattype][location=outer]) does not affect floats. I set up location for all my float types individually. Have a nice day, Martin