From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/38730 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: Bug: Messy results when using "table" in head and multi-page "tables" in text Date: Mon, 21 Jan 2008 12:45:51 +0100 Message-ID: <479485EF.2070901@gmx.net> References: <47948160.8060103@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060203070808040209020207" X-Trace: ger.gmane.org 1200916062 13222 80.91.229.12 (21 Jan 2008 11:47:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2008 11:47:42 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 21 12:48:01 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1JGv8D-0002jE-8X for gctc-ntg-context-518@m.gmane.org; Mon, 21 Jan 2008 12:48:01 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9C5BC1FCD9; Mon, 21 Jan 2008 12:47:21 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32345-01-7; Mon, 21 Jan 2008 12:46:22 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 45F871FC93; Mon, 21 Jan 2008 12:46:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 81DF11FCBD for ; Mon, 21 Jan 2008 12:46:15 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31308-02-7 for ; Mon, 21 Jan 2008 12:46:05 +0100 (CET) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 869DF1FD26 for ; Mon, 21 Jan 2008 12:45:53 +0100 (CET) Original-Received: (qmail invoked by alias); 21 Jan 2008 11:45:53 -0000 Original-Received: from i5387C418.versanet.de (EHLO [192.168.1.3]) [83.135.196.24] by mail.gmx.net (mp019) with SMTP; 21 Jan 2008 12:45:53 +0100 X-Authenticated: #24293357 X-Provags-ID: V01U2FsdGVkX18QcCNHRNcQPDbkCym2QNBsFmxshNHahTImCp3Dm8 2CqjKK2G8lMR7d User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <47948160.8060103@gmx.net> X-Enigmail-Version: 0.95.6 X-Y-GMX-Trusted: 0 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:38730 Archived-At: This is a multi-part message in MIME format. --------------060203070808040209020207 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Peter Rolf schrieb: > Hi Carsten, > > I'm not quite sure if this is a help (was just playing around with it > while watching snooker). > > I had to clear|redefine the table head|tail in the page head (or is this > intended?). There are still some unwanted vertical offsets above|below > the page head. If you use a hbox instead of a vbox for the page head you > will see the difference on the last page. So this space is introduced by > the splitted table somehow. Don't ask me for details ;) > > Best wishes, > > Peter > oeps... some details were missing :D --------------060203070808040209020207 Content-Type: text/plain; name="test.tex" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="test.tex" \setupcolors[state=start] \setuppagenumbering[location=] \setupheadertexts[{\setups[pagehead]}] [] [{\setups[pagehead]}] [] \startsetups[pagehead] \vbox\bgroup \starttablehead\stoptablehead \starttabletail\stoptabletail \setuptables[rulecolor=blue]% \SetTableToWidth\makeupwidth \starttable[|p(40mm)|p(60mm)|p(40mm)|] % \TABLEnoalign{\vskip-1.75pt} % ugly \HL \VL \leftaligned{left} \VL \midaligned{middle} \VL \rightaligned{right} \VL\SR \HL \stoptable \egroup \stopsetups \starttext \showframe \showskips \start \SetTableToWidth\makeupwidth \setuptables[split=repeat] \starttablehead \HL \VL Head \VL\SR \HL \stoptablehead \starttabletail \HL % This results in an additional bug, % i.e. an extra / unwanted gap \VL Foot \VL\SR \HL \stoptabletail \starttables[|p(.95\textwidth)|] \VL \input knuth \VL\FR %\dorecurse{1}{\VL \input tufte \VL\MR} \dorecurse{10}{\VL \input tufte \VL\MR} \VL \input knuth \VL\LR % \HL % putting \HL here does not introduce % that unwanted gap ...?!? \stoptables \stop \stoptext --------------060203070808040209020207 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --------------060203070808040209020207--