placetable style argument trouble.
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)? Thanks, Joh
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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Johannes Graumann