From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13166 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: My first week with ConTeXt Date: Wed, 10 Sep 2003 16:18:09 +0200 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <003d01c377a6$5eb45960$0100a8c0@vademecum> References: <93819234-E378-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="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063203850 11829 80.91.224.253 (10 Sep 2003 14:24:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2003 14:24:10 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Sep 10 16:24:08 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 19x5tA-0003Bm-00 for ; Wed, 10 Sep 2003 16:24:08 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 143C510B97; Wed, 10 Sep 2003 16:24:06 +0200 (MEST) Original-Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by ref.ntg.nl (Postfix) with ESMTP id C70F010B91 for ; Wed, 10 Sep 2003 16:18:13 +0200 (MEST) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with SMTP id h8AEIB9X081182 for ; Wed, 10 Sep 2003 16:18:12 +0200 (CEST) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk 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:13166 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13166 Hi Andreas, Though not a wizzard ... Did you try to use the \setupcaption : \setupcaptions [location=top|bottom|none|high|low|middle, width=fit|broad|max|dimension, minwidth=fit|dimension, headstyle=normal|bold|slanted|boldslanted|type|cap|small...|command, style=normal|bold|slanted|boldslanted|type|cap|small...|command, number=yes|no, inbetween=command, align=left|middle|right|no, conversion=numbers|characters|Characters|romannumerals|Romannumerals, way=bytext|by*section, separator=text, command=command, distance=dimension] May be you need to use this command in connection with the figures in question. May be a \bgroup \egroup around the setupcommand together with the placefigure command helps to keep everything local. Probably you want to write a macro which saves typeing.... Willi ----- Original Message ----- From: "Andreas Gschwendtner" To: Sent: Wednesday, September 10, 2003 12:21 PM Subject: Re: [NTG-context] My first week with ConTeXt > On Wednesday, Sep 10, 2003, at 10:40 Europe/Berlin, Mari Voipio wrote: > > > 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. > > Thanks for the reply! > Hmmm... so it is not as trivial as it seems! But for the explained > reasons, I need captions to be besides the figures as well as below... > I am sure somebody else must have solved this problem before?! > > Andreas > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >