From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70942 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: Splitting of rotate table Date: Sun, 28 Aug 2011 10:39:21 +0200 Message-ID: <4E59FEB9.6000706@gyza.cz> References: <4E595C87.4020205@gyza.cz> <4E59F586.3030709@gyza.cz> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1314520783 30134 80.91.229.12 (28 Aug 2011 08:39:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Aug 2011 08:39:43 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 28 10:39:36 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qxatz-0004EU-LI for gctc-ntg-context-518@m.gmane.org; Sun, 28 Aug 2011 10:39:35 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 52B6ECAF1E; Sun, 28 Aug 2011 10:39:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5amjhoOA6poj; Sun, 28 Aug 2011 10:39:31 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 514EECAE56; Sun, 28 Aug 2011 10:39:31 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4A8A6CAE56 for ; Sun, 28 Aug 2011 10:39:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vYg4hnjQ6KMa for ; Sun, 28 Aug 2011 10:39:26 +0200 (CEST) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id C93EFCAB80 for ; Sun, 28 Aug 2011 10:39:26 +0200 (CEST) Original-Received: from psi3.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p7S8dPFu010579 for ; Sun, 28 Aug 2011 10:39:26 +0200 Original-Received: (qmail 25586 invoked by uid 89); 28 Aug 2011 08:39:23 -0000 Original-Received: from unknown (HELO ?192.168.20.101?) (hajtmar@88.103.230.14) by psi03 with ESMTPA; 28 Aug 2011 08:39:23 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 In-Reply-To: <4E59F586.3030709@gyza.cz> X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=81.2.195.204; country=CZ; latitude=49.7500; longitude=15.5000; http://maps.google.com/maps?q=49.7500,15.5000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0xFpIDp38 - 582a85c93dc7 - 20110828 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:70942 Archived-At: Hello ... To my previous mail I am sending minimal example of strange behavior of splitting rotated table: Can somehow be corrected? Jaroslav Hajtmar \definepapersize[paperportrait][A4] \definelayout[portrait][width=middle, topspace=5mm, header=1cm, footer=1.5cm, height=middle] \setuppapersize[paperportrait] \setuplayout[portrait] \def\startrotatedtable{\start\textheight\textwidth\page} \def\stoprotatedtable{\stop} \setupTABLE[split=yes] \setupTABLE[row][first][background=color,backgroundcolor=gray] \setupTABLE[column][1][width=1cm] \setupTABLE[column][2][width=2cm] \setupTABLE[column][3][width=3cm] \setupTABLE[column][4][width=4cm] \setupTABLE[column][5][width=5cm] \setupTABLE[column][6][width=6cm] \setupTABLE[column][7][width=5cm] \starttext \startrotatedtable \placetable[90,split,here, force][tab:example]{Example of a rotated table} { \bTABLE \dorecurse{65}{\bTR\dorecurse{7}{\bTD x\eTD}\eTR} \eTABLE } \stoprotatedtable \stoptext Thanx Jaroslav Dne 28.8.2011 10:00, Jaroslav Hajtmar napsal(a): > Hello... > Sorry. I found a while ago solving of my question > (http://archive.contextgarden.net/message/20070531.194738.fd862154.en.html). > > I looked bad before. > > Can I somehow vertically center all parts of splitting table? > Probably due to the preset layout everything is just fine for the > first part of the table. The remaining parts are moved partially off > the page. > > Thanx Jaroslav Hajtmar > > > Here is working example: > > > \setupTABLE[split=yes] > \setupTABLE[row][first][background=color,backgroundcolor=gray] > \setupTABLE[column][1][width=1cm] > \setupTABLE[column][2][width=2cm] > \setupTABLE[column][3][width=3cm] > \setupTABLE[column][4][width=4cm] > \setupTABLE[column][5][width=5cm] > > > > \starttext > \input tufte > \start > \textheight\textwidth\page > \placetable[90,split,here, force][tab:example]{Example of a rotated > table} > { > \bTABLE > \dorecurse{35}{\bTR\dorecurse{5}{\bTD x\eTD}\eTR} > \eTABLE > } > > \stop > > \input tufte > > \stoptext > > > > > > > > > Dne 27.8.2011 23:07, Jaroslav Hajtmar napsal(a): >> Hello ConTeXtist... >> How can I arrange for correct split of rotated tables? Division table >> does not respect margin of the page and on the next page is the rest >> of the table in the middle of the page (and not on the left edge). >> The table is placed separately on the whole page. >> Can reasonably arrange some trick? >> >> Thanx Jaroslav Hajtmar >> >> Here is my minimal example: >> >> \setupTABLE[split=yes] >> \setupTABLE[row][first][background=color,backgroundcolor=gray] >> \setupTABLE[column][1][width=1cm] >> \setupTABLE[column][2][width=2cm] >> \setupTABLE[column][3][width=3cm] >> \setupTABLE[column][4][width=4cm] >> \setupTABLE[column][5][width=5cm] >> >> >> >> \starttext >> >> \splitfloat >> {\placetable[here, force, 90][tab:example]{Example of a rotated table}}{ >> \bTABLE >> \dorecurse{35}{\bTR\dorecurse{5}{\bTD x\eTD}\eTR} >> \eTABLE} >> >> \stoptext >> >> >> >> ___________________________________________________________________________________ >> >> If your question is of interest to others as well, please add an >> entry to the Wiki! >> >> maillist : ntg-context@ntg.nl / >> http://www.ntg.nl/mailman/listinfo/ntg-context >> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net >> archive : http://foundry.supelec.fr/projects/contextrev/ >> wiki : http://contextgarden.net >> ___________________________________________________________________________________ >> >> > > ___________________________________________________________________________________ > > If your question is of interest to others as well, please add an entry > to the Wiki! > > maillist : ntg-context@ntg.nl / > http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > > ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________