On 2011-03-10 <11:08:22>, Florian Wobbe wrote:
> Hi,
> 
> how can I suppress the extra line in the header of the example
> on contextgarden
> (http://wiki.contextgarden.net/Tabulate#Headers)? Removing
> header=repeat from \setuptabulate helps but I'd like to keep
> header repetition.

Hi Florian,

wrapping it into a “\placetable”-float seems to get rid of it:

···8<····························································

\setuptabulate[split=yes,header=repeat]

\starttext 

\starttabulatehead
  \HL
  \NC {\bf format char} \NC {\bf meaning} \NC \NR
  \HL
\stoptabulatehead

\placetable[here]{none}{%
  \starttabulate[|r|l|]
      \NC c \NC centered      \AR
      \NC l \NC left aligned  \AR
      \NC r \NC right aligned \AR
  \stoptabulate
}

\stoptext

% vim:ft=context
···8<····························································

Regards, Philipp



> 
> Thanks,
> Florian
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Attachment: pgpSHbawDhAGe.pgp
Description: PGP signature

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

Reply via email to