Pablo Rodriguez <mailto:oi...@gmx.es>
13. Februar 2016 um 11:55

Many thanks for your reply, Wolfgang.

I’m afraid that spaceinbetween isn’t what I need, It adds extra space to
each row, when I only need it after the table header (of before the
table body, if you prefer).
You can increase the height of the cells in the header.

\starttext

\startxtable%[frame=off]
    \startxtablehead
        \startxrow[boffset=1ex]
            \startxcell
                Head
            \stopxcell
        \stopxrow
    \stopxtablehead
    \startxtablebody
        \startxrow
            \startxcell
                One
            \stopxcell
        \stopxrow
        \startxrow
            \startxcell
                Two
            \stopxcell
        \stopxrow
    \stopxtablebody
\stopxtable

\stoptext

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to