ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Can't get header repetition with multipage table
@ 2007-05-14  9:03 Jean-Philippe Rey
  2007-05-15  0:40 ` luigi scarso
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Philippe Rey @ 2007-05-14  9:03 UTC (permalink / raw)
  To: ntg-context

Hello folks,

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

%------------------------------------------------
\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
%------------------------------------------------

I get a multipage table, but the header appears only at the beginning of
the table and doesn't repeat itself on each page. Same for the tail part.

I believe I am using the last ConTeXt version:

TeXExec | TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD
TeXExec | TeXUtil   | version 9.1.0 - 1997-2005 - PRAGMA ADE/POD
TeXExec | CtxTools | version 1.3.3 - 2004/2006 - PRAGMA ADE/POD
TeXExec | ConTeXt ver: 2007.04.03 13:01 MKII fmt: 2007.4.7 int:
english/english
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)

I tried first http://live.contextgarden.net/ but ConTeXt live seems to
be down at the moment, I always get the message "the file 'texexec' is
not found".

Any help most welcome.

-- 
Jean-Philippe Rey        Professeur informatique - École Centrale Paris
jean-philippe.rey@ecp.fr 92295 Châtenay-Malabry Cedex - France
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't get header repetition with multipage table
  2007-05-14  9:03 Can't get header repetition with multipage table Jean-Philippe Rey
@ 2007-05-15  0:40 ` luigi scarso
  2007-05-17 14:52   ` Jean-Philippe Rey
  0 siblings, 1 reply; 5+ messages in thread
From: luigi scarso @ 2007-05-15  0:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1149 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 2282 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't get header repetition with multipage table
  2007-05-15  0:40 ` luigi scarso
@ 2007-05-17 14:52   ` Jean-Philippe Rey
  2007-05-17 15:06     ` Wolfgang Schuster
  2007-05-17 15:09     ` luigi scarso
  0 siblings, 2 replies; 5+ messages in thread
From: Jean-Philippe Rey @ 2007-05-17 14:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Le 15/05/07 2:40, luigi scarso a écrit :
> 
> 
> On 5/14/07, *Jean-Philippe Rey* <jean-philippe.rey@ecp.fr
> <mailto:jean-philippe.rey@ecp.fr>> wrote:
> 
>     I can't get repeated headers in a multipage table.
> 
> Try with
> \setuptables[split=repeat]

It works perfectly well, thanks Luigi. I updated
http://wiki.contextgarden.net/Tables_Overview to add setuptables.

> See also
> http://www.logosrl.it/context/modules/2007-04-17/singles/core-tab_ebook.pdf

I believe this pdf has been generated directly from core-tab.tex. Which
command did you use?

Thanks again.

-- 
Jean-Philippe Rey        Professeur informatique - École Centrale Paris
jean-philippe.rey@ecp.fr 92295 Châtenay-Malabry Cedex - France
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't get header repetition with multipage table
  2007-05-17 14:52   ` Jean-Philippe Rey
@ 2007-05-17 15:06     ` Wolfgang Schuster
  2007-05-17 15:09     ` luigi scarso
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2007-05-17 15:06 UTC (permalink / raw)
  To: ntg-context

On Thu, 17 May 2007 16:52:51 +0200
Jean-Philippe Rey <jean-philippe.rey@ecp.fr> wrote:

> Le 15/05/07 2:40, luigi scarso a écrit :
> > 
> > 
> > On 5/14/07, *Jean-Philippe Rey* <jean-philippe.rey@ecp.fr
> > <mailto:jean-philippe.rey@ecp.fr>> wrote:
> > 
> >     I can't get repeated headers in a multipage table.
> > 
> > Try with
> > \setuptables[split=repeat]
> 
> It works perfectly well, thanks Luigi. I updated
> http://wiki.contextgarden.net/Tables_Overview to add setuptables.
> 
> > See also
> > http://www.logosrl.it/context/modules/2007-04-17/singles/core-tab_ebook.pdf
> 
> I believe this pdf has been generated directly from core-tab.tex. Which
> command did you use?
> 
> Thanks again.
> 
> -- 
> Jean-Philippe Rey        Professeur informatique - École Centrale Paris

Hi,

you can generate documents from the source with

texexec --module file % works only for the current directory

or

texexec --module kpse:file % works from every directory

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't get header repetition with multipage table
  2007-05-17 14:52   ` Jean-Philippe Rey
  2007-05-17 15:06     ` Wolfgang Schuster
@ 2007-05-17 15:09     ` luigi scarso
  1 sibling, 0 replies; 5+ messages in thread
From: luigi scarso @ 2007-05-17 15:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 747 bytes --]

>
> > See also
> >
> http://www.logosrl.it/context/modules/2007-04-17/singles/core-tab_ebook.pdf
>
> I believe this pdf has been generated directly from core-tab.tex. Which
> command did you use?


$>texmfstart texexec --pdf --modules core-tab.tex
If one like this kind of stuffs,
http://wiki.contextgarden.net/User:Luigi.scarso#Modules::documentation

-- 
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

[-- Attachment #1.2: Type: text/html, Size: 1462 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-17 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-14  9:03 Can't get header repetition with multipage table Jean-Philippe Rey
2007-05-15  0:40 ` luigi scarso
2007-05-17 14:52   ` Jean-Philippe Rey
2007-05-17 15:06     ` Wolfgang Schuster
2007-05-17 15:09     ` luigi scarso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).