ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* paragraph notes located in text
@ 2022-01-31 18:49 Pablo Rodriguez via ntg-context
  2022-01-31 21:11 ` Wolfgang Schuster via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-01-31 18:49 UTC (permalink / raw)
  To: ntg-context; +Cc: Pablo Rodriguez

Dear list,

with current latest (2022.01.21 20:13), I cannot get paragraph footnotes
when located in text.

Here you have the mandatory sample:

  \setuppapersize[A6]
  \showframe\showgrid
  %~ \setupnote[footnote][paragraph=yes]
  \setupnote[footnote][location=text, paragraph=yes]
  \setupnotation[footnote][alternative=serried, width=broad]
  \starttext
  \startlinenumbering[step=3]
  \dorecurse{25}
   {a\footnote{b} }
  \stoplinenumbering
   \placenotes[footnote]
  \stoptext

I already asked this twice
(https://mailman.ntg.nl/pipermail/ntg-context/2022/104770.html,
https://mailman.ntg.nl/pipermail/ntg-context/2022/104929.html).

Could anyone confirm that the is no way to get paragraph notes when
location is text, or tell me what I’m missing?

Many thanks for your help,

Pablo
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: paragraph notes located in text
  2022-01-31 18:49 paragraph notes located in text Pablo Rodriguez via ntg-context
@ 2022-01-31 21:11 ` Wolfgang Schuster via ntg-context
  2022-02-01 18:44   ` Pablo Rodriguez via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster via ntg-context @ 2022-01-31 21:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Pablo Rodriguez via ntg-context
  Cc: Wolfgang Schuster, Pablo Rodriguez

Pablo Rodriguez via ntg-context schrieb am 31.01.2022 um 19:49:
> Dear list,
>
> with current latest (2022.01.21 20:13), I cannot get paragraph footnotes
> when located in text.
>
> Here you have the mandatory sample:
>
>    \setuppapersize[A6]
>    \showframe\showgrid
>    %~ \setupnote[footnote][paragraph=yes]
>    \setupnote[footnote][location=text, paragraph=yes]
>    \setupnotation[footnote][alternative=serried, width=broad]
>    \starttext
>    \startlinenumbering[step=3]
>    \dorecurse{25}
>     {a\footnote{b} }
>    \stoplinenumbering
>     \placenotes[footnote]
>    \stoptext
>
> I already asked this twice
> (https://mailman.ntg.nl/pipermail/ntg-context/2022/104770.html,
> https://mailman.ntg.nl/pipermail/ntg-context/2022/104929.html).
>
> Could anyone confirm that the is no way to get paragraph notes when
> location is text, or tell me what I’m missing?

You forgot

     \setupnotation[footnote][display=no]

otherwise each footnote entry starts at a new line.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: paragraph notes located in text
  2022-01-31 21:11 ` Wolfgang Schuster via ntg-context
@ 2022-02-01 18:44   ` Pablo Rodriguez via ntg-context
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-02-01 18:44 UTC (permalink / raw)
  To: Wolfgang Schuster via ntg-context; +Cc: Pablo Rodriguez

On 1/31/22 10:11 PM, Wolfgang Schuster via ntg-context wrote:
> Pablo Rodriguez via ntg-context schrieb am 31.01.2022 um 19:49:
>> Dear list,
>> [...]
>> Could anyone confirm that the is no way to get paragraph notes when
>> location is text, or tell me what I’m missing?
>
> You forgot
>
>      \setupnotation[footnote][display=no]
>
> otherwise each footnote entry starts at a new line.
Many thanks for your reply, Wolfgang.

I wonder whether it would make sense that the use of "location=text" and
"paragraph=yes" in \setupnote could trigger "\setupnotation[display=no]".

Otherwise, for the average user "display" seems to invoke a similar
function to "placehead" in "\setuphead".

Many thanks for your help,

Pablo
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2022-02-01 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 18:49 paragraph notes located in text Pablo Rodriguez via ntg-context
2022-01-31 21:11 ` Wolfgang Schuster via ntg-context
2022-02-01 18:44   ` Pablo Rodriguez via ntg-context

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