From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31574 Path: news.gmane.org!not-for-mail From: Alex Lubberts Newsgroups: gmane.comp.tex.context Subject: Re: figure captions in the margin Date: Wed, 25 Oct 2006 23:12:02 +0200 Message-ID: <1161810723.5556.6.camel@obelix> References: <1161682216.25175.2.camel@obelix> <453F9486.7040307@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161810780 18738 80.91.229.2 (25 Oct 2006 21:13:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2006 21:13:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 25 23:12:55 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 1Gcq3E-0001l0-Vp for gctc-ntg-context-518@m.gmane.org; Wed, 25 Oct 2006 23:12:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 21F9D1FF73; Wed, 25 Oct 2006 23:12:40 +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 07585-09-4; Wed, 25 Oct 2006 23:12:30 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 97CAB1FF47; Wed, 25 Oct 2006 23:12:29 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 78FE61FF4E for ; Wed, 25 Oct 2006 23:12:23 +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 07585-09-3 for ; Wed, 25 Oct 2006 23:12:07 +0200 (CEST) Original-Received: from smtp-3.orange.nl (smtp-3.orange.nl [193.252.22.243]) by ronja.ntg.nl (Postfix) with SMTP id BD80A1FF45 for ; Wed, 25 Oct 2006 23:12:06 +0200 (CEST) Original-Received: from obelix.gallie.lan (s5593f480.adsl.wanadoo.nl [85.147.244.128]) by mwinf6209.orange.nl (SMTP Server) with ESMTP id EC6591C000BF for ; Wed, 25 Oct 2006 23:12:03 +0200 (CEST) X-ME-UUID: 20061025211203968.EC6591C000BF@mwinf6209.orange.nl Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by obelix.gallie.lan (Postfix) with ESMTP id 5813B99E9D for ; Wed, 25 Oct 2006 23:12:03 +0200 (CEST) Original-To: mailing list for ConTeXt users In-Reply-To: <453F9486.7040307@wxs.nl> X-Mailer: Evolution 2.8.1 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:31574 Archived-At: On wo, 2006-10-25 at 18:44 +0200, Hans Hagen wrote: > > Does somebody know whether it is possible and how it is possible to > > place the caption of a figure in the margin? > > > yes, actually i implemented this last week but i need to update the details manual; captions can go in margins, hang in centered figures, there is support for all kind of inner/outer alignments etc Great! I looked at the source to find out how to do it. Am I right in thinking that this should work? \setupcaptions[location=outermargin] \starttext \placefigure{Caption}{\framed{Figuur}} \stoptext However, when I try this, there is no caption printed at all. Am I doing something wrong? (Perhaps, can I be of any assistance?) Regards, Alex