From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13151 Path: main.gmane.org!not-for-mail From: Mari Voipio Newsgroups: gmane.comp.tex.context Subject: Re: My first week with ConTeXt Date: Wed, 10 Sep 2003 11:40:10 +0300 (EET DST) Sender: ntg-context-admin@ntg.nl Message-ID: References: <6763619E-E368-11D7-8939-000393073D48@gmx.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1063183588 4661 80.91.224.253 (10 Sep 2003 08:46:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2003 08:46:28 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Sep 10 10:46:26 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19x0cM-0001T1-00 for ; Wed, 10 Sep 2003 10:46:26 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id F0F3910B85; Wed, 10 Sep 2003 10:46:23 +0200 (MEST) Original-Received: from sirppi.helsinki.fi (sirppi.helsinki.fi [128.214.205.27]) by ref.ntg.nl (Postfix) with ESMTP id 7CFBF10ACC for ; Wed, 10 Sep 2003 10:40:14 +0200 (MEST) Original-Received: from sirppi.helsinki.fi (localhost [127.0.0.1]) by sirppi.helsinki.fi (8.12.9/8.12.9) with ESMTP id h8A8eAD4007186 for ; Wed, 10 Sep 2003 11:40:10 +0300 (EET DST) Original-Received: from localhost (mvoipio@localhost) by sirppi.helsinki.fi (8.12.9/8.12.9/Submit) with ESMTP id h8A8eACO005484 for ; Wed, 10 Sep 2003 11:40:10 +0300 (EET DST) X-Authentication-Warning: sirppi.helsinki.fi: mvoipio owned process doing -bs Original-To: ntg-context@ntg.nl In-Reply-To: <6763619E-E368-11D7-8939-000393073D48@gmx.com> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: mari.voipio@iki.fi List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13151 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13151 On Wed, 10 Sep 2003, Andreas Gschwendtner wrote: > -- \placefigure (caption) question #1: > For some of my figures I want to have captions _below_ the figure, but > the caption should be wider than the figure itself (if the figure is > 0.5\textwidth and centered, I want the caption to be 0.9\textwidth or > even \textwidth). How do I do that? Took me a year and a half to find out about this one, but this works for me now: \setupcaptions [width=\textwidth, % makes caption as wide as text align=middle] % aligns caption in the middle (of text + pic) Note: all my captions (figures + tables) are under the pictures; as I haven't done anything about it, I'd assume it being the default setting. Mari PS. While I cannot share the contents of my ConTeXt files at this point, I'll be glad to send you the setup part of my file(s) - although I don't probably do very "beautiful" ConTeXt code here, it is fairly simple and well documented (as others will need to understand it as well).