From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30538 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: layout question Date: Mon, 28 Aug 2006 21:42:10 +0200 Message-ID: <44F34712.4030004@wxs.nl> References: <44E5DBA0.5010300@mevis.de> <44E5ED75.3050006@wxs.nl> <44E98708.9050504@mevis.de> <36B0EF38-FA8E-4DFE-826B-34CF4BE95163@cox.net> <44EACD41.4020102@mevis.de> <44EB1B0F.7010809@wxs.nl> <44F2B052.50304@mevis.de> 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 1156796129 12708 80.91.229.2 (28 Aug 2006 20:15:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 20:15:29 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 28 22:15:23 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 1GHnVp-0007yT-QD for gctc-ntg-context-518@m.gmane.org; Mon, 28 Aug 2006 22:15:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 525641FBC5; Mon, 28 Aug 2006 22:15:13 +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 07758-01; Mon, 28 Aug 2006 22:15:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7C60D1FBE2; Mon, 28 Aug 2006 21:42:17 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CD5A91FBE2 for ; Mon, 28 Aug 2006 21:42:14 +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 28671-03-2 for ; Mon, 28 Aug 2006 21:42:13 +0200 (CEST) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by ronja.ntg.nl (Postfix) with SMTP id E9A651FBDB for ; Mon, 28 Aug 2006 21:42:12 +0200 (CEST) Original-Received: from [10.100.1.104] (unverified [10.100.1.104]) by controller-1 (SurgeMail 3.7b8) with ESMTP id 3357 for ; Mon, 28 Aug 2006 21:42:12 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-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:30538 Archived-At: nico wrote: > On Mon, 28 Aug 2006 10:58:58 +0200, richard rascher-friesenhausen > wrote: > > >> Hans Hagen schrieb: >> >>> did you read details.pdf ? Lots of margin stuff with figures in there >>> >>> Hans >>> >>> >>> >> Hello, >> >> this weekend i looked a bit into details.pdf an came up with a solution >> of my figure placing problem: [...] >> >> Now, the figures are at my desired places. But i have three different >> kinds of figures and three different lists of figures. >> >> 1) Is it possible, to have only one list of figures, numbering all >> figures with the same counter? My first >> attempts with \definecombinedlist did not work. >> > > Defining a new float gives another floating object with its own counter, > \definefloat[myfloat][figure] will give you \myfloat which inherits from \figure > list, etc. > > Maybe you can stay with only one kind of float. The following looks like > the expected rendering, but I don't understand the default placement of > the second large figure. > > \setuppapersize[A4][A4] > > \setuplayout[width=middle, > cutspace=2.3in, > margindistance=.25in, > leftmargin=0.5in,rightmargin=2.3in] > \setuplayout[backspace=\dimexpr(\leftmarginwidth+\leftmargindistance)] > > \setuppagenumbering[alternative=doublesided] > > % float defs > %----------------------------------------------------------------------- > \setupfloat[figure][minwidth=\rightmarginwidth, > criterium=\rightmarginwidth, > location=middle, > default={outermargin,here}] > > \showframe > %======================================================================= > \starttext > %======================================================================= > \placelistoffigures > \hairline > > The very first page with a small image in the (bigger) margin. > \placefigure > {a margin image} > {\framed[width=\marginwidth,height=3cm]{image}} > > \inmargin{Tufte text} > \input tufte > > And now a larger image in the text and margin > \placefigure[inner]{a text+margin image} > {\framed[width=1.2\textwidth,height=3cm]{image}} > > \dorecurse{14}{Some text. } > > \placefigure[middle]{a text image} > {\framed[width=.3\textwidth,height=1cm]{text image}} > > \dorecurse{14}{Some text.~} > > %----------------------------------------------------------------------- > \page > %----------------------------------------------------------------------- > > The second page with a small image in the (bigger) margin. > \placefigure > {a margin image} > {\framed[width=\marginwidth,height=3cm]{image}} > > \input tufte > > And now a larger image in the text and margin > % > % Default placement sounds strange to me... > % Force with middle to have the entire figure visible > % > %\placefigure{a text+margin image} > \placefigure[middle]{a text+margin image} > {\framed[width=1.2\textwidth,height=3cm]{image}} > > \inmargin{Tufte text} > \input tufte > > \placefigure[middle]{a text image} > {\framed[width=.3\textwidth,height=1cm]{text image}} > > \stoptext > > Regards, > BG > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------