ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rik Kabel <context@rik.users.panix.com>
To: ntg-context@ntg.nl
Subject: Re: endnotes customizing how?
Date: Tue, 9 Apr 2019 11:51:15 -0400	[thread overview]
Message-ID: <5520d61c-5af8-2c0f-57ce-dc58ab350044@rik.users.panix.com> (raw)
In-Reply-To: <A6126F02-3424-4F70-9CDF-0CE9340DC24D@ziggo.nl>


[-- 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
___________________________________________________________________________________

      parent reply	other threads:[~2019-04-09 15:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-09 15:19 Hans van der Meer
2019-04-09 15:45 ` Wolfgang Schuster
2019-04-09 15:51 ` Rik Kabel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5520d61c-5af8-2c0f-57ce-dc58ab350044@rik.users.panix.com \
    --to=context@rik.users.panix.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).