ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* endnotes customizing how?
@ 2019-04-09 15:19 Hans van der Meer
  2019-04-09 15:45 ` Wolfgang Schuster
  2019-04-09 15:51 ` Rik Kabel
  0 siblings, 2 replies; 3+ messages in thread
From: Hans van der Meer @ 2019-04-09 15:19 UTC (permalink / raw)
  To: NTG ConTeXt


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

In typesetting my endnotes with \placenotes[endnote] I seem unable to unfluence the text characteristics.
I tried things like
(1) \setupnotes[endnote][textcolor=blue]
(2) changed fonts before the \ bgroup\bf\placenote\egroup call
(3)
\startsetups[setups:endnotes]
	\setupwhitespace[0pt]
\stopsetups
% textstyle influences endnotemarker in the text.
\setupnote[endnote][textcommand=\hifnmarker,before=\directsetup{setups:endnotes}]

(4) \setupnotes[endnote][bodyfont=italic]

Where (3) made a difference in linespacing, nothing else does.
How can one determine the text characteristics of the endnotes?

dr. Hans van der Meer



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

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

___________________________________________________________________________________
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: endnotes customizing how?
  2019-04-09 15:19 endnotes customizing how? Hans van der Meer
@ 2019-04-09 15:45 ` Wolfgang Schuster
  2019-04-09 15:51 ` Rik Kabel
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2019-04-09 15:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Hans van der Meer


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

Hans van der Meer schrieb am 09.04.2019 um 17:19:
> In typesetting my endnotes with \placenotes[endnote] I seem unable to 
> unfluence the text characteristics.
> I tried things like
> (1) \setupnotes[endnote][textcolor=blue]
> (2) changed fonts before the \ bgroup\bf\placenote\egroup call
> (3)
> \startsetups[setups:endnotes]
> \setupwhitespace[0pt]
> \stopsetups
> % textstyle influences endnotemarker in the text.
> \setupnote[endnote][textcommand=\hifnmarker,before=\directsetup{setups:endnotes}]
\setupnote [endnote] [setups=setups:endnotes]
> (4)\setupnotes[endnote][bodyfont=italic]
>
> Where (3) made a difference in linespacing, nothing else does.
> How can one determine the text characteristics of the endnotes?
\setupnotation [endnote] [style=italic]

Wolfgang


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

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

___________________________________________________________________________________
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: endnotes customizing how?
  2019-04-09 15:19 endnotes customizing how? Hans van der Meer
  2019-04-09 15:45 ` Wolfgang Schuster
@ 2019-04-09 15:51 ` Rik Kabel
  1 sibling, 0 replies; 3+ messages in thread
From: Rik Kabel @ 2019-04-09 15:51 UTC (permalink / raw)
  To: ntg-context


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

On 4/9/2019 11:19, Hans van der Meer wrote:
> In typesetting my endnotes with \placenotes[endnote] I seem unable to 
> unfluence the text characteristics.
> I tried things like
> (1) \setupnotes[endnote][textcolor=blue]
> (2) changed fonts before the \ bgroup\bf\placenote\egroup call
> (3)
> \startsetups[setups:endnotes]
> \setupwhitespace[0pt]
> \stopsetups
> % textstyle influences endnotemarker in the text.
> \setupnote[endnote][textcommand=\hifnmarker,before=\directsetup{setups:endnotes}]
>
> (4)\setupnotes[endnote][bodyfont=italic]
>
> Where (3) made a difference in linespacing, nothing else does.
> How can one determine the text characteristics of the endnotes?
>
> dr. Hans van der Meer
>
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

Not sure exactly what you want, but if it helps, here is what I have 
used. \setupnote handles the in-text reference to the note, 
\setupnotation handles the note itself. The choice of SignalStyle 
depends on the appearance of the chosen font's superiors, if they exist.

    \define[1]\SignalStyle{\high{\small\hairspace#1}}
    %definefontfeature         [f:su]
    %                          [sups=yes]
    %define[1]\SignalStyle{\feature[+][f:su]{\hairspace#1}}

    \setupnote     [endnote][
                               textseparator={,},
                               textstyle=\SignalStyle,
                               location=none,
                               bodyfont=,
                              ]


    \setupnotation[endnote]
                   [headstyle=\small,
                    numbercommand=,
                    after={\blank[halfline]},
                   ]

-- 
Rik


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

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

___________________________________________________________________________________
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:[~2019-04-09 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-09 15:19 endnotes customizing how? Hans van der Meer
2019-04-09 15:45 ` Wolfgang Schuster
2019-04-09 15:51 ` Rik Kabel

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