* Repeating Headers for Tabulate not Working
@ 2013-02-11 5:09 Malte Stien
2013-02-11 6:33 ` Malte Stien
0 siblings, 1 reply; 4+ messages in thread
From: Malte Stien @ 2013-02-11 5:09 UTC (permalink / raw)
To: mailing list for ConTeXt users
Hello,
I just looked up how to enable repeated headers in \starttabulate… \stoptabulate tables. It's explained here:
http://wiki.contextgarden.net/Tabulate#Headers
…but I am unable to make the minimal example work:
\starttext
\placetable[split,here][tab:ref]{Sometable}
{\starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|]
\HL
\NC {\bf Animal} \NC {\bf Comment} \NC\FR
\HL
\dorecurse{50}
{\NC Cat \NC Pretty cool \NC\MR}
\NC Bear \NC Kind of lazy \NC\MR
\NC Sheep \NC Always hungry \NC\MR
\HL
\stoptabulate}
\stoptext
Does that work for anyone else? What am I missing.
Thank you,
Malte.
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Repeating Headers for Tabulate not Working
2013-02-11 5:09 Repeating Headers for Tabulate not Working Malte Stien
@ 2013-02-11 6:33 ` Malte Stien
0 siblings, 0 replies; 4+ messages in thread
From: Malte Stien @ 2013-02-11 6:33 UTC (permalink / raw)
To: mailing list for ConTeXt users
Oops. Copy/pasted the wrong snippet. The minimal example looks like this:
\starttext
\setuptabulate[split=yes,header=repeat]
\starttabulatehead
\HL
\NC {\bf format char} \NC {\bf meaning} \NC \AR
\HL
\stoptabulatehead
\starttabulate[|r|l|]
\dorecurse{50}
{\NC c \NC centered \NC \AR
\NC l \NC left aligned \NC \AR
\NC r \NC right aligned \NC \AR}
\stoptabulate
\stoptext
My apologies.
Malte.
On 11/02/2013, at 4:09 PM, Malte Stien <malte@stien.de> wrote:
> Hello,
>
> I just looked up how to enable repeated headers in \starttabulate… \stoptabulate tables. It's explained here:
>
> http://wiki.contextgarden.net/Tabulate#Headers
>
> …but I am unable to make the minimal example work:
>
> \starttext
> \placetable[split,here][tab:ref]{Sometable}
> {\starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|]
> \HL
> \NC {\bf Animal} \NC {\bf Comment} \NC\FR
> \HL
> \dorecurse{50}
> {\NC Cat \NC Pretty cool \NC\MR}
> \NC Bear \NC Kind of lazy \NC\MR
> \NC Sheep \NC Always hungry \NC\MR
> \HL
> \stoptabulate}
> \stoptext
>
> Does that work for anyone else? What am I missing.
>
> Thank you,
> Malte.
>
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* Repeating Headers for Tabulate not Working
@ 2017-12-22 12:37 Michael Guravage
0 siblings, 0 replies; 4+ messages in thread
From: Michael Guravage @ 2017-12-22 12:37 UTC (permalink / raw)
To: ntg-context
[-- Attachment #1.1: Type: text/plain, Size: 521 bytes --]
Though this issue has appeared periodically over the years, this minimal
example still does not work. Compiled with ConTeXt version: 2017.12.20
10:48.
Any suggestions?
Cheers,
Michael
\starttext
\setuptabulate[split=yes,header=repeat]
\starttabulatehead
\HL
\NC {\bf format char} \NC {\bf meaning} \NC \AR
\HL
\stoptabulatehead
\starttabulate[|r|l|]
\dorecurse{50}
{\NC c \NC centered \NC \AR
\NC l \NC left aligned \NC \AR
\NC r \NC right aligned \NC \AR}
\stoptabulate
\stoptext
[-- Attachment #1.2: Type: text/html, Size: 1734 bytes --]
[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* Repeating Headers for Tabulate not Working
@ 2017-12-22 12:15 Michael Guravage
0 siblings, 0 replies; 4+ messages in thread
From: Michael Guravage @ 2017-12-22 12:15 UTC (permalink / raw)
To: ntg-context
[-- Attachment #1.1: Type: text/plain, Size: 533 bytes --]
Though this issue has appeared periodically over the years, this minimal
example still does not work. Compiled with ConTeXt version: 2017.12.20
10:48.
Any constructive suggestions?
\starttext
\setuptabulate[split=yes,header=repeat]
\starttabulatehead
\HL
\NC {\bf format char} \NC {\bf meaning} \NC \AR
\HL
\stoptabulatehead
\starttabulate[|r|l|]
\dorecurse{50}
{\NC c \NC centered \NC \AR
\NC l \NC left aligned \NC \AR
\NC r \NC right aligned \NC \AR}
\stoptabulate
\stoptext
Cheers,
Michael
[-- Attachment #1.2: Type: text/html, Size: 1146 bytes --]
[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-12-22 12:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-11 5:09 Repeating Headers for Tabulate not Working Malte Stien
2013-02-11 6:33 ` Malte Stien
2017-12-22 12:15 Michael Guravage
2017-12-22 12:37 Michael Guravage
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).