ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* formatting of reference links
@ 2015-09-16 11:58 Henning Hraban Ramm
  2015-09-16 13:06 ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Henning Hraban Ramm @ 2015-09-16 11:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,
simple question for that I didn’t find an answer in wiki or ML archive:

How can I setup reference links (\at{page}[someref]) that they don’t get bold, but keep the text style?


Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: formatting of reference links
  2015-09-16 11:58 formatting of reference links Henning Hraban Ramm
@ 2015-09-16 13:06 ` Wolfgang Schuster
  2015-09-17  5:49   ` Henning Hraban Ramm
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2015-09-16 13:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Henning Hraban Ramm <mailto:texml@fiee.net>
> 16. September 2015 13:58
> Hi,
> simple question for that I didn’t find an answer in wiki or ML archive:
>
> How can I setup reference links (\at{page}[someref]) that they don’t 
> get bold, but keep the text style?
\setupinteraction[style=]

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: formatting of reference links
  2015-09-16 13:06 ` Wolfgang Schuster
@ 2015-09-17  5:49   ` Henning Hraban Ramm
  2015-09-17 10:32     ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Henning Hraban Ramm @ 2015-09-17  5:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2015-09-16 um 19:06 schrieb Wolfgang Schuster <schuster.wolfgang@gmail.com>:

>> How can I setup reference links (\at{page}[someref]) that they don’t get bold, but keep the text style?
> \setupinteraction[style=]

Thank you, I had only tried style=normal


Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: formatting of reference links
  2015-09-17  5:49   ` Henning Hraban Ramm
@ 2015-09-17 10:32     ` Wolfgang Schuster
  2015-09-18  3:56       ` Henning Hraban Ramm
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2015-09-17 10:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Henning Hraban Ramm <mailto:texml@fiee.net>
> 17. September 2015 07:49
>
> Thank you, I had only tried style=normal
This is wrong because “style=normal” is in most cases the same as 
"style=\tf” which is not what
you want when the surrounding text is italic or bold.

The example below shows why "style=NAME” is not always the same as 
“style=\COMMAND”.

\starttext

\section{Text \style[style=bold]{text} text}

Text \style[style=bold]{text} text

\section{Text \style[style=\bf]{text} text}

Text \style[style=\bf]{text} text

\stoptext

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: formatting of reference links
  2015-09-17 10:32     ` Wolfgang Schuster
@ 2015-09-18  3:56       ` Henning Hraban Ramm
  2015-09-18  9:25         ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Henning Hraban Ramm @ 2015-09-18  3:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2015-09-17 um 16:32 schrieb Wolfgang Schuster <schuster.wolfgang@gmail.com>:

>> Henning Hraban Ramm 17. September 2015 07:49
>> 
>> Thank you, I had only tried style=normal
> This is wrong because “style=normal” is in most cases the same as "style=\tf” which is not what
> you want when the surrounding text is italic or bold.

Maybe, but it didn’t do anything. The surroundings were upright not-bold, the reference links were still upright bold.

> The example below shows why "style=NAME” is not always the same as “style=\COMMAND”.

Thank you!

Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: formatting of reference links
  2015-09-18  3:56       ` Henning Hraban Ramm
@ 2015-09-18  9:25         ` Wolfgang Schuster
  2015-09-22  3:47           ` Henning Hraban Ramm
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2015-09-18  9:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Henning Hraban Ramm <mailto:texml@fiee.net>
> 18. September 2015 05:56
> Am 2015-09-17 um 16:32 schrieb Wolfgang Schuster<schuster.wolfgang@gmail.com>:
>
>>> Henning Hraban Ramm 17. September 2015 07:49
>>>
>>> Thank you, I had only tried style=normal
>> This is wrong because “style=normal” is in most cases the same as "style=\tf” which is not what
>> you want when the surrounding text is italic or bold.
>
> Maybe, but it didn’t do anything. The surroundings were upright not-bold, the reference links were still upright bold.
Can you make a example for this because I get a normal upright number 
when I use style=normal.

\setupinteraction[state=start,contrastcolor=,color=,style=normal]

\starttext

\section[test]{Section}

There is a section on \at{page}[test].

{\bf There is a section on \at{page}[test].}

\stoptext

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: formatting of reference links
  2015-09-18  9:25         ` Wolfgang Schuster
@ 2015-09-22  3:47           ` Henning Hraban Ramm
  0 siblings, 0 replies; 7+ messages in thread
From: Henning Hraban Ramm @ 2015-09-22  3:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2015-09-18 um 15:25 schrieb Wolfgang Schuster <schuster.wolfgang@gmail.com>:

>>> This is wrong because “style=normal” is in most cases the same as "style=\tf” which is not what
>>> you want when the surrounding text is italic or bold.
>> 
>> Maybe, but it didn’t do anything. The surroundings were upright not-bold, the reference links were still upright bold.
>> 
> Can you make a example for this because I get a normal upright number when I use style=normal.

You’re right (of course). I can’t reproduce the problem any more.


Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2015-09-22  3:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-16 11:58 formatting of reference links Henning Hraban Ramm
2015-09-16 13:06 ` Wolfgang Schuster
2015-09-17  5:49   ` Henning Hraban Ramm
2015-09-17 10:32     ` Wolfgang Schuster
2015-09-18  3:56       ` Henning Hraban Ramm
2015-09-18  9:25         ` Wolfgang Schuster
2015-09-22  3:47           ` Henning Hraban Ramm

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