From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11093 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: Switching form portrait to landscape and back to portrait Date: Thu, 20 Feb 2003 18:29:36 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <5.1.0.14.0.20030220182853.023ac860@server-1> 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="us-ascii"; format=flowed X-Trace: main.gmane.org 1045762470 13910 80.91.224.249 (20 Feb 2003 17:34:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Feb 2003 17:34:30 +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 18luZd-0003W4-00 for ; Thu, 20 Feb 2003 18:33:29 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C008410AEF; Thu, 20 Feb 2003 18:33:31 +0100 (MET) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id 7C84D10AE8 for ; Thu, 20 Feb 2003 18:31:16 +0100 (MET) Original-Received: from server-1.pragma-ade.nl (wc-58016.solcon.nl [212.45.58.16]) by mail.solcon.nl (8.12.5/pre1.0-MySQL/8.12.5) with ESMTP id h1KHV8wc001633 for ; Thu, 20 Feb 2003 18:31:09 +0100 Original-Received: from LAPTOP-3.wxs.nl (laptop-3 [10.100.1.191]) by server-1.pragma-ade.nl (8.12.3/8.12.2) with ESMTP id h1KHVDt5011493 for ; Thu, 20 Feb 2003 18:31:13 +0100 X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Original-To: ntg-context@ntg.nl In-Reply-To: <001701c2d8fb$4fdb7ad0$0100a8c0@vademecum> X-RAVMilter-Version: 8.4.1(snapshot 20020919) (mail.solcon.nl) 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:11093 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11093 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