From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17476 Path: main.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: Re: using \startfiguretext ... \stopfiguretext Date: Thu, 09 Dec 2004 11:03:03 -0500 Message-ID: <1102608183.10031.2.camel@tempete.lac.qc.ca> References: <20041209144725.GD9424@puritan.pcp.ath.cx> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102608302 10017 80.91.229.6 (9 Dec 2004 16:05:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2004 16:05:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 09 17:04:49 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 1CcQme-0003HZ-00 for ; Thu, 09 Dec 2004 17:04:48 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 68F2D12791; Thu, 9 Dec 2004 17:04:48 +0100 (CET) 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 32584-04; Thu, 9 Dec 2004 17:04:48 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6E8F11278E; Thu, 9 Dec 2004 17:03:00 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 37DCC1278E for ; Thu, 9 Dec 2004 17:02:59 +0100 (CET) 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 32584-03 for ; Thu, 9 Dec 2004 17:02:58 +0100 (CET) Original-Received: from tomts13-srv.bellnexxia.net (unknown [209.226.175.34]) by ronja.ntg.nl (Postfix) with ESMTP id 467FE126F8 for ; Thu, 9 Dec 2004 17:02:58 +0100 (CET) Original-Received: from tempete.lac.qc.ca ([64.229.251.225]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041209160257.KWCZ1899.tomts13-srv.bellnexxia.net@tempete.lac.qc.ca> for ; Thu, 9 Dec 2004 11:02:57 -0500 Original-Received: from tempete.lac.qc.ca ([192.168.1.1] ident=david) by tempete.lac.qc.ca with esmtp (Exim 4.34) id 1CcQky-0002df-3m for ntg-context@ntg.nl; Thu, 09 Dec 2004 11:03:04 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: <20041209144725.GD9424@puritan.pcp.ath.cx> X-Mailer: Evolution 2.0.2 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17476 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17476 Hi NIkolai, It might not be the only way, this should work: \placefigure [here] [fig:somelabel] {Caption} \placelegend{Figure} {Text} Nikolai Weibull wrote : > How do I get a figure with text that is displayed like > > Figure > Text > Caption > > where we first have the figure, then a description of it below, and > finally a caption? So far I've only managed to get the text to appear > to the left or right of the figure. > nikolai >