ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* placetable style argument trouble.
@ 2006-04-13  3:52 Johannes Graumann
  2006-04-13  8:07 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Graumann @ 2006-04-13  3:52 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: placetable style argument trouble.
  2006-04-13  3:52 placetable style argument trouble Johannes Graumann
@ 2006-04-13  8:07 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2006-04-13  8:07 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-13  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-13  3:52 placetable style argument trouble Johannes Graumann
2006-04-13  8:07 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).