ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Tabulate & repeating header
@ 2018-11-12 12:17 Procházka Lukáš Ing.
  2018-11-13 19:26 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Procházka Lukáš Ing. @ 2018-11-12 12:17 UTC (permalink / raw)
  To: ConTeXt

Hello,

the following code:

----
\starttext
   \bgroup
     \setuptabulate[split=yes,header=repeat]

     \starttabulatehead
       \FL
       \NC {\bf format char} \NC {\bf meaning} \NC \AR
       \LL
     \stoptabulatehead

     \starttabulate[|r|l|]
       \NC c \NC centered      \NC \AR
       \NC l \NC left aligned  \NC \AR
       \NC r \NC right aligned \NC \AR
     \stoptabulate
   \egroup
\stoptext
----

has been copied from wiki - https://wiki.contextgarden.net/Tabulate#Headers and it should generate (repeating) header,
but no header appears.

Has anything changed?

Best regards,

Lukas


-- 
Ing. Lukáš Procházka | mailto:LPr@pontex.cz
Pontex s. r. o.      | mailto:pontex@pontex.cz | http://www.pontex.cz | IDDS: nrpt3sn | IČO: 40763439
Bezová 1658
147 14 Praha 4

Mob.: +420 702 033 396

___________________________________________________________________________________
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] 2+ messages in thread

* Re: Tabulate & repeating header
  2018-11-12 12:17 Tabulate & repeating header Procházka Lukáš Ing.
@ 2018-11-13 19:26 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2018-11-13 19:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Procházka Lukáš Ing.

Procházka Lukáš Ing. schrieb am 12.11.18 um 13:17:
> Hello,
>
> the following code:
>
> ----
> \starttext
>   \bgroup
>     \setuptabulate[split=yes,header=repeat]
>
>     \starttabulatehead
>       \FL
>       \NC {\bf format char} \NC {\bf meaning} \NC \AR
>       \LL
>     \stoptabulatehead

For the moment use (with a empty argument):

\starttabulatehead[]
...
\stoptabulatehead

> \starttabulate[|r|l|]
>       \NC c \NC centered      \NC \AR
>       \NC l \NC left aligned  \NC \AR
>       \NC r \NC right aligned \NC \AR
>     \stoptabulate
>   \egroup
> \stoptext
> ----
>
> has been copied from wiki - 
> https://wiki.contextgarden.net/Tabulate#Headers and it should generate 
> (repeating) header,
> but no header appears.
>
> Has anything changed?

Hans rewrote the code for tabulate in MkIV and it’s possible some parts 
don’t work as expected.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-11-13 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-12 12:17 Tabulate & repeating header Procházka Lukáš Ing.
2018-11-13 19:26 ` Wolfgang Schuster

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