ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [location=text] breaks setups in \setupnotes
@ 2014-12-11 18:14 Pablo Rodriguez
  2014-12-11 19:02 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodriguez @ 2014-12-11 18:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \setuppapersize[A6]
    \startsetups[setups:footnote]
        \setupinterlinespace[line=5ex]
    \stopsetups

    \setupnote[footnote][way=bytext, location=text,
        setups=setups:footnote, style=\itxx]

    \starttext
    Hi\footnote{\input knuth}.
    \placefootnotes
    \stoptext

For some strange reason, when location=text is set \setupnote, the
setups option isn’t honored?

Could anyone confirm the bug?

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] 5+ messages in thread

* Re: [location=text] breaks setups in \setupnotes
  2014-12-11 18:14 [location=text] breaks setups in \setupnotes Pablo Rodriguez
@ 2014-12-11 19:02 ` Wolfgang Schuster
  2014-12-11 19:31   ` Pablo Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2014-12-11 19:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 11.12.2014 um 19:14 schrieb Pablo Rodriguez <oinos@gmx.es>:
> 
> Dear list,
> 
> I have the following sample:
> 
>    \setuppapersize[A6]
>    \startsetups[setups:footnote]
>        \setupinterlinespace[line=5ex]
>    \stopsetups
> 
>    \setupnote[footnote][way=bytext, location=text,
>        setups=setups:footnote, style=\itxx]
> 
>    \starttext
>    Hi\footnote{\input knuth}.
>    \placefootnotes
>    \stoptext
> 
> For some strange reason, when location=text is set \setupnote, the
> setups option isn’t honored?
> 
> Could anyone confirm the bug?

It’s not a bug, the setups key is only used when notes are placed at the bottom of the page
but not when you flush them with the \placenotes command.

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] 5+ messages in thread

* Re: [location=text] breaks setups in \setupnotes
  2014-12-11 19:02 ` Wolfgang Schuster
@ 2014-12-11 19:31   ` Pablo Rodriguez
  2014-12-11 19:38     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodriguez @ 2014-12-11 19:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 12/11/2014 08:02 PM, Wolfgang Schuster wrote:
>> Am 11.12.2014 um 19:14 schrieb Pablo Rodriguez:
>> [...]
>> For some strange reason, when location=text is set \setupnote, the
>> setups option isn’t honored?
>>
>> Could anyone confirm the bug?
> 
> It’s not a bug, the setups key is only used when notes are placed at the bottom of the page
> but not when you flush them with the \placenotes command.

Many thanks for your reply. Wolfgang.

Is there no other way to apply setups to a chapter?

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] 5+ messages in thread

* Re: [location=text] breaks setups in \setupnotes
  2014-12-11 19:31   ` Pablo Rodriguez
@ 2014-12-11 19:38     ` Wolfgang Schuster
  2014-12-12  5:52       ` Pablo Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2014-12-11 19:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 11.12.2014 um 20:31 schrieb Pablo Rodriguez <oinos@gmx.es>:
> 
> On 12/11/2014 08:02 PM, Wolfgang Schuster wrote:
>>> Am 11.12.2014 um 19:14 schrieb Pablo Rodriguez:
>>> [...]
>>> For some strange reason, when location=text is set \setupnote, the
>>> setups option isn’t honored?
>>> 
>>> Could anyone confirm the bug?
>> 
>> It’s not a bug, the setups key is only used when notes are placed at the bottom of the page
>> but not when you flush them with the \placenotes command.
> 
> Many thanks for your reply. Wolfgang.
> 
> Is there no other way to apply setups to a chapter?

You can try to add "before=\directsetup{setups:footnote}” to \setupnotes.

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] 5+ messages in thread

* Re: [location=text] breaks setups in \setupnotes
  2014-12-11 19:38     ` Wolfgang Schuster
@ 2014-12-12  5:52       ` Pablo Rodriguez
  0 siblings, 0 replies; 5+ messages in thread
From: Pablo Rodriguez @ 2014-12-12  5:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 12/11/2014 08:38 PM, Wolfgang Schuster wrote:
>> Am 11.12.2014 um 20:31 schrieb Pablo Rodriguez:
>> On 12/11/2014 08:02 PM, Wolfgang Schuster wrote:
>>> [...]
>>> It’s not a bug, the setups key is only used when notes are placed
>>> at the bottom of the page but not when you flush them with the
>>> \placenotes command.
>>
>> Many thanks for your reply. Wolfgang.
>>
>> Is there no other way to apply setups to a chapter?
> 
> You can try to add "before=\directsetup{setups:footnote}” to \setupnotes.

Many thanks for your reply, Wolfgang.

It worked like charm.

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] 5+ messages in thread

end of thread, other threads:[~2014-12-12  5:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-11 18:14 [location=text] breaks setups in \setupnotes Pablo Rodriguez
2014-12-11 19:02 ` Wolfgang Schuster
2014-12-11 19:31   ` Pablo Rodriguez
2014-12-11 19:38     ` Wolfgang Schuster
2014-12-12  5:52       ` Pablo Rodriguez

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