Re: [NTG-context] \setupinteraction[style=...] supersedes manual text style for \note

2020-04-02 Thread Pablo Rodriguez
On 4/2/20 12:30 PM, Benjamin Buchmuller wrote:
> Hi Pablo,
>
> thanks, this works. :) I will see if I can add this information in
> the wiki at some point.
>
> Is there any way to figure out which styles are inherited or taken
> from which setup in general?

Hi Benjamin,

maybe a superuser from the list knows that, but I’m afraid I only know
by trial and error .

Pablo

PS: I see that your reply to me was also carbon-copied to the mailing
list, but it seems it hasn’t reached it yet.
--
http://www.ousia.tk
___
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
___


Re: [NTG-context] \setupinteraction[style=...] supersedes manual text style for \note

2020-04-02 Thread Pablo Rodriguez
On 4/2/20 12:04 AM, Benjamin Buchmuller wrote:
> For the following one, I’m not sure if this is the intended
> behaviour or not:
>
> I want to set up the “notation” and “note” style manually, which
> works great unless I also call
> \setupinteraction[state=start,style=normal] (or any other style),
> regardless of calling it before or after setting up “notation” or
> “note”.

Hi Benjamin,

I’m not sure whether this would work for your:

  \setupinteraction[state=start, color=, style=, contrastcolor=,]
  \setupreferenceformat[footnote][color=, style=]

BTW, "focus=standard" doesn’t modify the page size when clicking the link.

Just in case it might help,

Pablo
--
http://www.ousia.tk
___
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
___


[NTG-context] \setupinteraction[style=...] supersedes manual text style for \note

2020-04-01 Thread Benjamin Buchmuller
For the following one, I’m not sure if this is the intended behaviour or not:

I want to set up the “notation” and “note” style manually, which works great 
unless I also call \setupinteraction[state=start,style=normal] (or any other 
style), regardless of calling it before or after setting up “notation” or 
“note”.

MWE (with an assortment of different note positions):

% \setupinteraction[state=start,style=normal] %% uncomment and manual style for 
\note[] is no longer respected

\setupnotes[textcolor=blue,textstyle=italic]
\setupnotation[endnote][headcolor=green,numberconversion=character]

\starttext
This is the footnote\footnote[one]{aha} and the reference\note[one].

This is the endnote\endnote[two]{oho} and the reference\note[endnote][two].

Let's look \in[one].

\startplacefigure[title={And in this float\endnote[three]{hmm} and the 
reference\note[three].}]

\externalfigure[cow]

\stopplacefigure

\page

And look here \in[two].

\placenotes[endnote]
\stoptext

Cheers


Benjamin
___
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
___