* [NTG-context] Re: Footnote style
[not found] <CAE0RQykp4_xiMeec-zEVoqGBywkZ0y7RCBXHQ-3M3wND7WWYBg@mail.gmail.com>
@ 2025-06-24 16:27 ` Wolfgang Schuster
[not found] ` <bcef564d-577c-4ad6-8955-26dc44d7f133@gmail.com>
1 sibling, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2025-06-24 16:27 UTC (permalink / raw)
To: ntg-context
Am 24.06.2025 um 16:57 schrieb John Was:
> Hello. I haven't yet found options that would allow me to alter the
> style of footnote cues in the text (I would prefer slightly larger and
> slightly higher) or the positioning of the footnotes themselves:
> instead of the note numberse standing out to the left of the text area,
> my aim is to position them indented (by 8pt), with a fixed 4pt space
> after the note number before the text of the note begins. Is this possible?
>
> If there is a package that will let me have even more control, that
> would be excellent. The book series for which I want to use ConTeXt has
> always had traditional features such as fitting a short note within the
> break line of a previous longer note, centring two (or more) short notes
> at the foot of a page with a 24pt gap between each, adding a 3pt space
> at the end of a note which has overrun onto the next page, and so on. I
> can do all these in XeTeX but realize I may have to accept some
> compromise in ConTeXt. The one thing I think wouldn't be acceptable is
> the note numbers standing to the left of the text area.
Do you have a example (input + output)?
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 2+ messages in thread
* [NTG-context] Re: Footnote style
[not found] ` <bcef564d-577c-4ad6-8955-26dc44d7f133@gmail.com>
@ 2025-06-28 8:37 ` John Was
0 siblings, 0 replies; 2+ messages in thread
From: John Was @ 2025-06-28 8:37 UTC (permalink / raw)
To: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 2538 bytes --]
Thanks Wolfgang - that's extremely useful (and it would have taken me ages
to find these parameters).
Best wishes
John *🇪🇺 * Слава Україні!
* 🇺🇦*
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Fri, 27 Jun 2025 at 17:03, Wolfgang Schuster <
wolfgang.schuster.lists@gmail.com> wrote:
> Am 24.06.2025 um 16:57 schrieb John Was:
> > Hello. I haven't yet found options that would allow me to alter the
> > style of footnote cues in the text (I would prefer slightly larger and
> > slightly higher) or the positioning of the footnotes themselves:
> > instead of the note numberse standing out to the left of the text area,
> > my aim is to position them indented (by 8pt), with a fixed 4pt space
> > after the note number before the text of the note begins. Is this
> possible?
>
> The change the style of the footnote number in the running text use the
> \setupnote command and to change the style/layout of the footnote entry
> itself use the \setupnotation command.
>
> %%%% begin example
> \setupnote
> [textcommand={\offset[y=-1ex]},% raise the number
> textstyle={\switchtobodyfont[10pt]}]% change the font size
>
> \setupnotation
> [footnote]
> [ alternative=serried,% number in the paragraph
> headcommand=\groupedcommand{\hskip{8pt}}{},% space before the number
> distance=4pt,% space after the number
> numbercommand={\offset[y=-1ex]},% raise the number
> numberstyle={\switchtobodyfont[10pt]},% change the font size
> before={\blank[medium]}]% vertical space before the entry
>
> \starttext
> \dorecurse{3}{\samplefile{weisman}\footnote{\samplefile{ward}} }
> \stoptext
> %%%% end example
>
> Wolfgang
>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
>
> ___________________________________________________________________________________
>
[-- Attachment #1.2: Type: text/html, Size: 4454 bytes --]
[-- Attachment #2: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-28 8:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <CAE0RQykp4_xiMeec-zEVoqGBywkZ0y7RCBXHQ-3M3wND7WWYBg@mail.gmail.com>
2025-06-24 16:27 ` [NTG-context] Re: Footnote style Wolfgang Schuster
[not found] ` <bcef564d-577c-4ad6-8955-26dc44d7f133@gmail.com>
2025-06-28 8:37 ` John Was
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).