Re: [NTG-context] xtable (\getbuffer vs. \processxtablebuffer)

2011-11-24 Thread Hans Hagen

On 24-11-2011 11:24, Andreas Harder wrote:

Hi Hans,

it seems \processtablebuffer ignores the table settings (at least the 
stretch-option).

\starttext

\startbuffer[my:xtable]
   \startxtable[option=stretch]
 \startxrow
   \startxcell alpha \stopxcell
   \startxcell beta  \stopxcell
   \startxcell gamma \stopxcell
 \stopxrow
   \stopxtable
\stopbuffer

\getbuffer[my:xtable]\blank
\processxtablebuffer[my:xtable]

\stoptext


fixed in next beta but no nesting of xtables ... too much coding and it 
would nil the advantage (if there is any) anyway


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] xtable (\getbuffer vs. \processxtablebuffer)

2011-11-24 Thread Andreas Harder

On 24.11.2011, at 17:19, Hans Hagen wrote:

 On 24-11-2011 11:24, Andreas Harder wrote:
 Hi Hans,
 
 it seems \processtablebuffer ignores the table settings (at least the 
 stretch-option).
 
 \starttext
 
 \startbuffer[my:xtable]
   \startxtable[option=stretch]
 \startxrow
   \startxcell alpha \stopxcell
   \startxcell beta  \stopxcell
   \startxcell gamma \stopxcell
 \stopxrow
   \stopxtable
 \stopbuffer
 
 \getbuffer[my:xtable]\blank
 \processxtablebuffer[my:xtable]
 
 \stoptext
 
 fixed in next beta but no nesting of xtables ... too much coding and it would 
 nil the advantage (if there is any) anyway

Okay, thanks!

Andreas
___
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
___