From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11738 Path: main.gmane.org!not-for-mail From: cohsb@gmx.de Newsgroups: gmane.comp.tex.context Subject: Re: Mixed page formats (figures) Date: Wed, 2 Apr 2003 19:51:58 +0200 (MEST) Sender: ntg-context-admin@ntg.nl Message-ID: <11777.1049305918@www6.gmx.net> References: <10651.1048346947@www31.gmx.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1049306062 30207 80.91.224.249 (2 Apr 2003 17:54:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2003 17:54:22 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Apr 02 19:54:16 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 190mRE-0007oy-00 for ; Wed, 02 Apr 2003 19:54:16 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B7DF110B13; Wed, 2 Apr 2003 19:54:20 +0200 (MEST) Original-Received: from mx0.gmx.net (mx0.gmx.de [213.165.64.100]) by ref.ntg.nl (Postfix) with SMTP id A466210AEC for ; Wed, 2 Apr 2003 19:51:59 +0200 (MEST) Original-Received: (qmail 29962 invoked by uid 0); 2 Apr 2003 17:51:58 -0000 Original-To: ntg-context@ntg.nl X-Priority: 3 (Normal) X-Authenticated-Sender: #0011964178@gmx.net X-Authenticated-IP: [81.6.26.49] X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 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:11738 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11738 Hi all, I asked a question about mixed page formats and got a working solution, s. below. Unforunately, it does not work with figures (PDF), s. my snippet: \useexternalfigure[EnrichmentRulesBeispiel1][EnrichmentRulesBeispiel1] \rotate [width=\textheight, height=\textwidth, rotation=90] { \placefigure[fig:EnrichmentRulesBeispiel1]{Beispiel: Regeln für eine komplexe Transformation} {\externalfigure[EnrichmentRulesBeispiel1][factor=broad]} } Interestingly, ConTexT takes care of the width and heigth configuratios, i.e. the figure is much too wide. But it is not rotated. If I leave out the \rotate command, the figure appears in the correct scale, unrotated though. Btw: Is there a way to let the rotated result float, so that it uses a page alone? \page forces a break, so I would have to place the commands at the correct position. Thanks a lot, Chris. --- Weitergeleitete Nachricht / Forwarded Message --- Date: Sat, 22 Mar 2003 16:29:07 +0100 (MET) From: cohsb@gmx.de To: ntg-context@ntg.nl Subject: Re: [NTG-context] Re: Mixed page formats > Hello Patrick, > > your snippet produced the expected results with one difference / remaining > problem: > On the A3 page, only the left half of the space is used, i.e. the right > (additional) > half of the sheet is empty. The frames indicate, that the width is to > small. > Do I have to explicitly extend it by setuplayout or is there a simpler or > more correct to achieve it? > > I have actually looked for a rotate command but I didn't find it. Is it > undocumented? > > Thanks a lot for your assistance, Chris. > > > Hello, > > > > please try the file below and ask again if you need more help. > > > > ================================================== > > \showframe > > \starttext > > \input tufte > > \page > > \rotate [width=\textheight, > > height=\textwidth, > > rotation=90] > > {\placetable{My Caption}{ > > \starttabulate[|p|p|] > > \NC \input tufte \NC \input tufte \NC\NR > > \stoptabulate > > }} > > > > > > \input tufte > > \page > > \setuppapersize[A3,landscape][A3,landscape] > > > > \input tufte > > > > % and back again > > \page > > \setuppapersize[A4,portrait][A4,portrait] > > \input tufte > > > > \stoptext > > ================================================== > > > > Patrick > > _______________________________________________ > > ntg-context mailing list > > ntg-context@ntg.nl > > http://www.ntg.nl/mailman/listinfo/ntg-context > > > > -- > +++ GMX - Mail, Messaging & more http://www.gmx.net +++ > Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! > > -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!