[NTG-context] tabulate and header=repeat
Alan BRASLAU
alan.braslau at cea.fr
Sat Mar 21 18:22:51 CET 2015
Hello,
I have a simple problem with headers and tabulate spread over multiple
pages. In the following MWE, the header's \HL gets rendered twice on
its first instance (the first page). My error must be something simple
(and obvious)?
Thanks
Alan
\setupbodyfont [dejavu,12pt]
\setuptabulate[split=yes,header=repeat]
\starttext
\starttabulatehead
\NC \type{\input} \NC text \NC\NR
\HL
\stoptabulatehead
\starttabulate [|r|p|]
\NC knuth \NC \input knuth \NC\NR
\NC tufte \NC \input tufte \NC\NR
\NC ward \NC \input ward \NC\NR
\NC darwin \NC \input darwin \NC\NR
\NC dawkins \NC \input dawkins \NC\NR
\NC reich \NC \input reich \NC\NR
\HL
\stoptabulate
\stoptext
More information about the ntg-context
mailing list