From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11094 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: Re: Switching form portrait to landscape and back to portrait Date: Thu, 20 Feb 2003 22:32:14 +0100 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <000901c2d928$58496740$0100a8c0@vademecum> References: <002b01c2d67b$04d562d0$0100a8c0@vademecum> <5.1.0.14.0.20030220182853.023ac860@server-1> 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: 7bit X-Trace: main.gmane.org 1045777235 26022 80.91.224.249 (20 Feb 2003 21:40:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Feb 2003 21:40:35 +0000 (UTC) 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 18lyQb-0006lH-00 for ; Thu, 20 Feb 2003 22:40:25 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 88F9510AF9; Thu, 20 Feb 2003 22:40:27 +0100 (MET) Original-Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by ref.ntg.nl (Postfix) with ESMTP id 2552210AE8 for ; Thu, 20 Feb 2003 22:38:06 +0100 (MET) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla2.xs4all.nl (8.12.0/8.12.0) with SMTP id h1KLc2BN059816 for ; Thu, 20 Feb 2003 22:38:05 +0100 (CET) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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:11094 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11094 ----- Original Message ----- From: "Hans Hagen" To: Sent: Thursday, February 20, 2003 6:29 PM Subject: Re: [NTG-context] Re: Switching form portrait to landscape and back to portrait > At 05:15 PM 2/20/2003 +0100, you wrote: > > > %output=pdf > > > \starttext > > > > > > \input tufte > > > > > > \startTEXpage > > > > > > \rotate [height=210mm, > > > width=297mm, > > > rotation=90] > > > {\placetable{My Caption}{ > > > \bTABLE > > > \bTR \bTD \eTD \bTD aaa\eTD \bTD b\eTD \eTR > > > \bTR \bTD \eTD \bTD aaa\eTD \bTD b\eTD \eTR > > > \bTR \bTD 11\eTD \bTD 111\eTD \bTD 5555\eTD \eTR > > > \bTR \bTD 22\eTD \bTD 221\eTD \bTD 6655\eTD \eTR > > > \eTABLE}} > > > > > > \stopTEXpage > > > > > > \doincrementpagenumber > > > > > > \input tufte > > > > > > \stoptext > > > > > > >Thanks a lot! This is the clue I needed. At least I am able to typeset the > >landscape pages and can have following pages in portrait again! > > > > > ---------- > > > > > > This example will float the table to the centre of the page, if you'd > > > like to anchor the float to the bottom of the page, you make have to > > > get out the \frame{} toolkit. > > > > > > > How do I setup a correct switching [for this type of structure]? > > > > > > > \chapter{One} > > > > > > > > running tex A4 > > > > > > > > \chapter{Two} > > > > > > > > landscape table A4 > > > > > > > > \chapter{Three} > > > > > > > > running text A4 > > > > > > You want rotated chapter headings, headers and footers, etc., I've > > \starttext > > \setuppapersize[A4,portrait][A4,portrait] > > \input tufte \page > > \setuppapersize[A4,landscape][A4,landscape] > > \input tufte \page > > \setuppapersize[A4,portrait][A4,portrait] > > \input tufte \page > > \stoptext Ah, I need to say [A4,portrait] and \page. - I fiddled a long time with \setuppapersize but never added portrait to the command! - And therefore it did not work. Thanks a lot, I have now what I was looking for! Willi