ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* paragraph notes when located in text
@ 2022-01-04 18:23 Pablo Rodriguez via ntg-context
  2022-01-05 18:46 ` Jean-Pierre Delange via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-01-04 18:23 UTC (permalink / raw)
  To: ntg-context; +Cc: Pablo Rodriguez

Dear list,

I have the following sample:

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

    \getbuffer
     \placenotes[footnote]
    \stoptext

I get no paragraph notes with \setupnote[footnote][location=text,
paragraph=yes].

What am I missing here?

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 when located in text
  2022-01-04 18:23 paragraph notes when located in text Pablo Rodriguez via ntg-context
@ 2022-01-05 18:46 ` Jean-Pierre Delange via ntg-context
  2022-01-06 16:23   ` Pablo Rodriguez via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Jean-Pierre Delange via ntg-context @ 2022-01-05 18:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jean-Pierre Delange

AMHO, there is no text with dorecurse … Then the buffer is empty ! And if I remember the buffer setup should be placed before the starttext command. Am I wrong ?

> Le 4 janv. 2022 à 19:23, Pablo Rodriguez via ntg-context <ntg-context@ntg.nl> a écrit :
> 
> Dear list,
> 
> I have the following sample:
> 
>    \setuppapersize[A6]
>    \showframe\showgrid
>    \setupnote[footnote][paragraph=yes]
>    %~ \setupnote[footnote][location=text, paragraph=yes]
>    \setupnotation[footnote][alternative=serried, width=broad]
>    \starttext
>    \startbuffer
>    \startlinenumbering[step=3]
>    \dorecurse{25}
>     {a\footnote{b} }
>    \stoplinenumbering
>    \stopbuffer
> 
>    \getbuffer
>     \placenotes[footnote]
>    \stoptext
> 
> I get no paragraph notes with \setupnote[footnote][location=text,
> paragraph=yes].
> 
> What am I missing here?
> 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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 when located in text
  2022-01-05 18:46 ` Jean-Pierre Delange via ntg-context
@ 2022-01-06 16:23   ` Pablo Rodriguez via ntg-context
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-01-06 16:23 UTC (permalink / raw)
  To: Jean-Pierre Delange via ntg-context; +Cc: Pablo Rodriguez

On 1/5/22 7:46 PM, Jean-Pierre Delange via ntg-context wrote:
> AMHO, there is no text with dorecurse …

Jean-Pierre,

many thanks for your reply.

The second line is the content of \dorecurse:

    \dorecurse{25}
     {a\footnote{b} }

> Then the buffer is empty !

No on my computer. Have you pasted the code and did you get an empty file?

> And if I remember the buffer setup should be placed before the
> starttext command. Am I wrong ?

As far as I know, buffer contents can be defined before or after \starttext.

If I comment out the only commented line (in the original sample), I
cannot get paragraph notes. I thought this could be a bug.

Could anyone confirm whether this is the intended behaviour?

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-01-06 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 18:23 paragraph notes when located in text Pablo Rodriguez via ntg-context
2022-01-05 18:46 ` Jean-Pierre Delange via ntg-context
2022-01-06 16:23   ` 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).