[NTG-context] \setupwhitespace and Natural Table paragraphs
Wolfgang Schuster
schuster.wolfgang at gmail.com
Tue Aug 18 11:43:11 CEST 2015
> Pavneet Arora <mailto:pavneet_arora at waroc.com>
> 17. August 2015 23:05
> I am trying to find the most effective way of changing paragraph spacing
> for paragraphs inside table cells, without resorting to explicit \blank
> directives.
Here are three ways how you can set the parskip value in a table cell.
\startsetups[table:whitespace]
\setupwhitespace[medium]
\stopsetups
\starttext
\bTABLE
\bTR
\bTD \setupwhitespace[medium] \input knuth \eTD
\eTR
\bTR
\bTD[style={\setupwhitespace[medium]}] \input knuth \eTD
\eTR
\bTR
\bTD[setups=table:whitespace] \input knuth \eTD
\eTR
\eTABLE
\stoptext
Wolfgang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20150818/c952b6d9/attachment.html>
More information about the ntg-context
mailing list