[NTG-context] Repeating Headers for Tabulate not Working

2017-12-22 Thread Michael Guravage
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
___
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
___

[NTG-context] Repeating Headers for Tabulate not Working

2017-12-22 Thread Michael Guravage
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
___
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
___

[NTG-context] Repeating Headers for Tabulate not Working

2013-02-10 Thread Malte Stien
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
___


Re: [NTG-context] Repeating Headers for Tabulate not Working

2013-02-10 Thread Malte Stien
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 ma...@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
___