From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70941 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:00:06 +0200 Message-ID: <4E59F586.3030709@gyza.cz> References: <4E595C87.4020205@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 1314518428 18542 80.91.229.12 (28 Aug 2011 08:00:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Aug 2011 08:00:28 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 28 10:00:22 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 1QxaI1-0002hw-Qo for gctc-ntg-context-518@m.gmane.org; Sun, 28 Aug 2011 10:00:21 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8D33FCAF1E; Sun, 28 Aug 2011 10:00:20 +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 TPBhkyH49Ycy; Sun, 28 Aug 2011 10:00:17 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C59B5CAE56; Sun, 28 Aug 2011 10:00:17 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AAC51CAE56 for ; Sun, 28 Aug 2011 10:00:16 +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 kn7iq2FV-6vg for ; Sun, 28 Aug 2011 10:00:13 +0200 (CEST) Original-Received: from filter4-nij.mf.surf.net (filter4-nij.mf.surf.net [195.169.124.155]) by balder.ntg.nl (Postfix) with ESMTP id CA4B2CAB80 for ; Sun, 28 Aug 2011 10:00:13 +0200 (CEST) Original-Received: from psi4.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter4-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p7S80Bgp029195 for ; Sun, 28 Aug 2011 10:00:12 +0200 Original-Received: (qmail 872 invoked by uid 89); 28 Aug 2011 08:00:09 -0000 Original-Received: from unknown (HELO ?192.168.20.101?) (hajtmar@88.103.230.14) by psi04 with ESMTPA; 28 Aug 2011 08:00:09 -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: <4E595C87.4020205@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: 04FpI0bsf - b483ee8e5447 - 20110828 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.155 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:70941 Archived-At: 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 ___________________________________________________________________________________