ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Adjusting interlinespace in a table
@ 2019-02-05  8:21 Mari Voipio
  2019-02-06 20:42 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Mari Voipio @ 2019-02-05  8:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello all!

This may be a really stupid question, but wiki wasn't helpful: Is
there a way of adjusting interlinespace in a table? A \setupTABLE
command would work as I want to change the line height throughout the
table to make it smaller (have the rows closer to each other than in
my running text). I don't need to set the cell height or anything like
that, I just want to adjust the text inside the cells. I'm fairly
certain there's some simple way of doing it...

Thanks,
Mari
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Adjusting interlinespace in a table
  2019-02-05  8:21 Adjusting interlinespace in a table Mari Voipio
@ 2019-02-06 20:42 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2019-02-06 20:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Mari Voipio

Mari Voipio schrieb am 05.02.19 um 09:21:
> Hello all!
> 
> This may be a really stupid question, but wiki wasn't helpful: Is
> there a way of adjusting interlinespace in a table? A \setupTABLE
> command would work as I want to change the line height throughout the
> table to make it smaller (have the rows closer to each other than in
> my running text). I don't need to set the cell height or anything like
> that, I just want to adjust the text inside the cells. I'm fairly
> certain there's some simple way of doing it...

\starttext

\bTABLE
   \bTR
     \bTD
       \samplefile{tufte}
     \eTD
     \bTD[style={\setupinterlinespace[line=2.4ex]}]
       \samplefile{tufte}
     \eTD
   \eTR
\eTABLE

\stoptext

Wolfgang

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

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

end of thread, other threads:[~2019-02-06 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05  8:21 Adjusting interlinespace in a table Mari Voipio
2019-02-06 20:42 ` Wolfgang Schuster

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