[NTG-context] \in, \at but without font/color change in the PDF

2014-08-26 Thread Gerben Wierda
Suppose I want to make a fully classical flat text without interaction (no 
clickable links in the PDF). How do I get this? If I use \in or \at, ConTeXt 
turns them into clickable links. That is not my problem so much, but it also 
changes font to bold and colour to green, and I do not want that.

What do I need to do to make the text classic, that is without font and colour 
change?

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


Re: [NTG-context] \in, \at but without font/color change in the PDF

2014-08-26 Thread Wolfgang Schuster

Am 26.08.2014 um 21:06 schrieb Gerben Wierda gerben.wie...@rna.nl:

 Suppose I want to make a fully classical flat text without interaction (no 
 clickable links in the PDF). How do I get this? If I use \in or \at, ConTeXt 
 turns them into clickable links. That is not my problem so much, but it also 
 changes font to bold and colour to green, and I do not want that.
 
 What do I need to do to make the text classic, that is without font and 
 colour change?

\setupinteraction
  [style=,
   color=,
   contrastcolor=]

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