ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* interlinespace and whitespace different for footnotes
@ 2012-10-23 18:54 Pablo Rodríguez
  2012-10-23 19:19 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodríguez @ 2012-10-23 18:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: interlinespace and whitespace different for footnotes
  2012-10-23 18:54 interlinespace and whitespace different for footnotes Pablo Rodríguez
@ 2012-10-23 19:19 ` Wolfgang Schuster
  2012-10-23 19:52   ` Pablo Rodríguez
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2012-10-23 19:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 23.10.2012 um 20:54 schrieb Pablo Rodríguez <oinos@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
___________________________________________________________________________________


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

* Re: interlinespace and whitespace different for footnotes
  2012-10-23 19:19 ` Wolfgang Schuster
@ 2012-10-23 19:52   ` Pablo Rodríguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodríguez @ 2012-10-23 19:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 23/10/12 21:19, Wolfgang Schuster wrote:
> Am 23.10.2012 um 20:54 schrieb Pablo Rodríguez <oinos@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
___________________________________________________________________________________


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

end of thread, other threads:[~2012-10-23 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-23 18:54 interlinespace and whitespace different for footnotes Pablo Rodríguez
2012-10-23 19:19 ` Wolfgang Schuster
2012-10-23 19:52   ` Pablo Rodríguez

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