From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34691 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: Can't get header repetition with multipage table Date: Tue, 15 May 2007 02:40:48 +0200 Message-ID: References: <464825DE.9090007@ecp.fr> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0661302892==" X-Trace: sea.gmane.org 1179189669 16835 80.91.229.12 (15 May 2007 00:41:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 May 2007 00:41:09 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue May 15 02:41:04 2007 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 1Hnl67-0007wW-R1 for gctc-ntg-context-518@m.gmane.org; Tue, 15 May 2007 02:41:03 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 44D7B1FF65; Tue, 15 May 2007 02:41:03 +0200 (CEST) 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 10907-04-3; Tue, 15 May 2007 02:40:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B753D1FF56; Tue, 15 May 2007 02:40:57 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3EE351FF56 for ; Tue, 15 May 2007 02:40:53 +0200 (CEST) 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 10907-04-2 for ; Tue, 15 May 2007 02:40:48 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by ronja.ntg.nl (Postfix) with ESMTP id A78081FF55 for ; Tue, 15 May 2007 02:40:48 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id m2so1231240uge for ; Mon, 14 May 2007 17:40:48 -0700 (PDT) Original-Received: by 10.78.201.15 with SMTP id y15mr2472379huf.1179189648167; Mon, 14 May 2007 17:40:48 -0700 (PDT) Original-Received: by 10.78.193.15 with HTTP; Mon, 14 May 2007 17:40:48 -0700 (PDT) In-Reply-To: <464825DE.9090007@ecp.fr> 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:34691 Archived-At: --===============0661302892== Content-Type: multipart/alternative; boundary="----=_Part_42179_30485613.1179189648124" ------=_Part_42179_30485613.1179189648124 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 5/14/07, Jean-Philippe Rey wrote: > > Hello folks, > > I can't get repeated headers in a multipage table. I tried the following: Try with \setuptables[split=repeat] See also http://www.logosrl.it/context/modules/2007-04-17/singles/core-tab_ebook.pdf pag 19, nr 78. %------------------------------------------------ > \setuptables[split=repeat] > \starttext > \starttablehead > \HL > \VL Column 1 \VL Column 2 \VL\SR > \HL > \stoptablehead > > \starttabletail > \HL > \VL Column 1 \VL Column 2 \VL\SR > \HL > \stoptabletail > > \starttables[|l|l|] > \dorecurse{100}{\VL value \VL value \VL\SR} > \VL value \VL value \VL\SR > \stoptables > > \stoptext > %------------------------------------------------ > > -- luigi ---------------------------------------------------------------- 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 ------=_Part_42179_30485613.1179189648124 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On 5/14/07, Jean-Philippe Rey <jean-philippe.rey@ecp.fr> wrote:
Hello folks,

I can't get repeated headers in a multipage table. I tried the following:

Try with
\setuptables[split=repeat]
See also
http://www.logosrl.it/context/modules/2007-04-17/singles/core-tab_ebook.pdf
pag 19, nr 78.

%------------------------------------------------
\setuptables[split=repeat]
\starttext
\starttablehead
  \HL
  \VL Column 1 \VL Column 2 \VL\SR
  \HL
\stoptablehead

\starttabletail
  \HL
  \VL Column 1 \VL Column 2 \VL\SR
  \HL
\stoptabletail

\starttables[|l|l|]
  \dorecurse{100}{\VL value \VL value \VL\SR}
  \VL value \VL value \VL\SR
\stoptables

\stoptext
%------------------------------------------------


--
luigi
----------------------------------------------------------------
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 ------=_Part_42179_30485613.1179189648124-- --===============0661302892== 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 ___________________________________________________________________________________ --===============0661302892==--