[NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Pablo Rodríguez
Hi there,

I have the following settings for a document.

\setupinterlinespace[line=3.2ex]
\setupwhitespace[medium]

But I would like to have diferent values for interlinear space and
between paragraphs.

strc-not.mkvi shows that the after option from \setupnotation does the
work with the space between paragraphs.

But how can I set the interlinear space value for footnotes?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Wolfgang Schuster

Am 23.10.2012 um 20:54 schrieb Pablo Rodríguez oi...@web.de:

 Hi there,
 
 I have the following settings for a document.
 
 \setupinterlinespace[line=3.2ex]
 \setupwhitespace[medium]
 
 But I would like to have diferent values for interlinear space and
 between paragraphs.
 
 strc-not.mkvi shows that the after option from \setupnotation does the
 work with the space between paragraphs.
 
 But how can I set the interlinear space value for footnotes?

\startsetups[setups:footnote]

  \setupinterlinespace[line=2.8ex]

\stopsetups

\setupnote[footnote][setups=setups:footnote]

\starttext
…
\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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Pablo Rodríguez
On 23/10/12 21:19, Wolfgang Schuster wrote:
 Am 23.10.2012 um 20:54 schrieb Pablo Rodríguez oi...@web.de:
 [...]
 But I would like to have different values for interlinear space and
 between paragraphs.
 [...]
 But how can I set the interlinear space value for footnotes?
 
 \startsetups[setups:footnote]
 
   \setupinterlinespace[line=2.8ex]
 
 \stopsetups
 
 \setupnote[footnote][setups=setups:footnote]
 
 \starttext
 …
 \stoptext

Many thanks for your help, Wolfgang.

I think I wouldn't have discovered that in years.


Pablo
-- 
http://www.ousia.tk
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___