Dear list,

I have the following sample:

    \setupxtable[option={stretch}]

    \setupxtable[beforeafter]
        [before={\blank[big]},
         after={\blank[big]}]

    \starttext
        \dorecurse{5}{\startembeddedxtable[beforeafter]
            \startxrow
                \startxcell first\stopxcell
                \startxcell second\stopxcell
            \stopxrow
        \stopembeddedxtable}
        \dorecurse{5}{\blank[big]\startembeddedxtable
            \startxrow
                \startxcell third\stopxcell
                \startxcell fourth\stopxcell
            \stopxrow
        \stopembeddedxtable\blank[big]}
    \stoptext

Since before and after don’t seem to be available for \setupxtable, is
there a way to add a dimension before and after the xtable using
\setupxtable?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to