Dear list,
I have the following sample:
\setupwhitespace[big] \startsetups[small:whitespace] \setupwhitespace[small] \stopsetups \definedescription [description] [setups={small:whitespace}, inbetween={\directsetup[small:whitespace]}] \starttext \input knuth
\startdescription{Knuth} \input knuth \stopdescription \stoptext
How can I get a different whitespace inside the description?
Many thanks for your help,
Pablo
Pablo Rodriguez schrieb am 30.11.18 um 19:36:
Dear list,
I have the following sample:
\setupwhitespace[big] \startsetups[small:whitespace] \setupwhitespace[small] \stopsetups \definedescription [description] [setups={small:whitespace}, inbetween={\directsetup[small:whitespace]}] \starttext \input knuth \startdescription{Knuth} \input knuth \stopdescription \stoptext
How can I get a different whitespace inside the description?
\setupdescription [description] [style={\setupwhitespace[small]}]
Wolfgang
On 12/1/18 9:21 AM, Wolfgang Schuster wrote:
Pablo Rodriguez schrieb am 30.11.18 um 19:36:
[...] How can I get a different whitespace inside the description?
\setupdescription [description] [style={\setupwhitespace[small]}]
Many thanks for your reply, Wolfgang.
I didn’t think that whitespace could be applied to style.
Pablo