From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11092 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 17:15:36 +0100 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <001701c2d8fb$4fdb7ad0$0100a8c0@vademecum> References: <002b01c2d67b$04d562d0$0100a8c0@vademecum> 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 1045757848 18639 80.91.224.249 (20 Feb 2003 16:17:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Feb 2003 16:17:28 +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 18ltO2-0004qU-00 for ; Thu, 20 Feb 2003 17:17:26 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6214010AE9; Thu, 20 Feb 2003 17:17:28 +0100 (MET) Original-Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by ref.ntg.nl (Postfix) with ESMTP id 3622B10AE8 for ; Thu, 20 Feb 2003 17:15:46 +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 h1KGFe1f072055 for ; Thu, 20 Feb 2003 17:15:45 +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:11092 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11092 > %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 > never done that. Basically I think, that it could be a good idea, to have a heder beeing rotatet with the content of the page. Sofar one can include the \chapter[]{} in the \rotate[]{} command and it is nicely rotated with the rest of the page. I will try further.... Thanks for your example! Willi