Johannes Graumann wrote:
> Hello,
>
> Why is in 
> \setupTABLE[frame=off,split=repeat,splitmethod=a,style={\switchtobodyfont[small]\setupinterlinespace[line=2.8ex]}]
>
> the '\setupinterlinespace[line=2.8ex]' not honored (at least not with
> respect to the switched bodyfont)?
>   
add a \par after your text 

i'm not sure if teh following patch will break other things 

\def\eTBLCELL
  {\ifhmode
     \delayedendstrut
     \par % added 
   \else
     \par
     \ifdim\prevdepth<\zeropoint % =-1000pt ?
       \vskip-\strutdp
     \else
       \removebottomthings
     \fi
   \fi}


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to