ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* footnotes by paragraph?
@ 2023-01-28  2:14 jbf via ntg-context
  2023-01-28 13:23 ` Bruce Horrocks via ntg-context
  0 siblings, 1 reply; 2+ messages in thread
From: jbf via ntg-context @ 2023-01-28  2:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: jbf


[-- Attachment #1.1: Type: text/plain, Size: 751 bytes --]

Here's a tricky one (for me) that I haven't been able to work out. I am 
dealing with a set of constitutions that I am organizing with a 
paragraph definition

\defineparagraphs[Two][n=2]

\setupparagraphs[Two][1][width=.2\textwidth,style=\bfx,after={\blank},align=flushleft]

\setupparagraphs[Two][2][width=.77\textwidth,style=normal,after={\blank}]

But I need to get the footnotes (which all apply to [2] in each article 
of the constitutions) to come beneath my defined 'Two'. I do not want 
them to come at the bottom of the page.

I thought I might be able to do it by placing \start...stopTwo within a 
\start...stopsection and defining \setupnotation[way=bysection] but that 
is not working.

Any thought on how I could approach this?

Julian

[-- Attachment #1.2: Type: text/html, Size: 2669 bytes --]

[-- Attachment #2: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* Re: footnotes by paragraph?
  2023-01-28  2:14 footnotes by paragraph? jbf via ntg-context
@ 2023-01-28 13:23 ` Bruce Horrocks via ntg-context
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Horrocks via ntg-context @ 2023-01-28 13:23 UTC (permalink / raw)
  To: ntg-context mailing list; +Cc: Bruce Horrocks


[-- Attachment #1.1: Type: text/plain, Size: 1483 bytes --]

On 28 Jan 2023, at 02:14, jbf via ntg-context <ntg-context@ntg.nl> wrote:
> 
> Here's a tricky one (for me) that I haven't been able to work out. I am dealing with a set of constitutions that I am organizing with a paragraph definition 
> \defineparagraphs[Two][n=2]
> \setupparagraphs[Two][1][width=.2\textwidth,style=\bfx,after={\blank},align=flushleft]
> \setupparagraphs[Two][2][width=.77\textwidth,style=normal,after={\blank}]
> But I need to get the footnotes (which all apply to [2] in each article of the constitutions) to come beneath my defined 'Two'. I do not want them to come at the bottom of the page.
> I thought I might be able to do it by placing \start...stopTwo within a \start...stopsection and defining \setupnotation[way=bysection] but that is not working.
> Any thought on how I could approach this?
> Julian 

Does this help?

\defineparagraphs[Two][n=2]
\setupparagraphs[Two][1][width=.2\textwidth,style=\bfx,after={\blank},align=flushleft]
\setupparagraphs[Two][2][width=.77\textwidth,style=normal,after={\blank}]

\starttext
\startTwo
The role of the Committee
\Two
The role of the Committee\endnote{See a dictionary if you want to know what a committee is!} is very important.
Some more text.
\stopTwo
\startTwo
The Chairman
\Two
The role of the Chairman...
\stopTwo
\startTwo
~
\Two
\placenotes[endnote]

\stopTwo
\input knuth
\stoptext


—
Bruce Horrocks
Hampshire, UK

—
Bruce Horrocks
Hampshire, UK


[-- Attachment #1.2: Type: text/html, Size: 26404 bytes --]

[-- Attachment #2: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2023-01-28 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28  2:14 footnotes by paragraph? jbf via ntg-context
2023-01-28 13:23 ` Bruce Horrocks 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).