[NTG-context] Trademark symbols

2013-02-07 Thread Devendra Ghate

Hello,

In latex \textregistered gives the Regitered Trademark symbol.

How do I get Trademark (TM) and Registered Trademark (encircled R) in 
ConTeXt?
I will be using it with \high to get something like Simulink^® 
http://www.mathworks.in/products/simulink/


Regards,
Devendra
___
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] Trademark symbols

2013-02-07 Thread Marco Patzer
On 2013–02–07 Devendra Ghate wrote:

 How do I get Trademark (TM) and Registered Trademark (encircled R)
 in ConTeXt?

There are several options:

- \fontchar{registered} (current font)
- ® (current font)
- \getnamedglyphdirect
{modern}
{registered}(any font)

You get the glyph name with:

\usemodule [fnt-10]
\starttext
  \ShowCompleteFont{name:modern}{10pt}{1}
\stoptext

Marco


signature.asc
Description: Digital signature
___
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] Trademark symbols

2013-02-07 Thread Mari Voipio
On Thu, Feb 7, 2013 at 12:40 PM, Devendra Ghate
devendra.gh...@gmail.com wrote:

 How do I get Trademark (TM) and Registered Trademark (encircled R) in
 ConTeXt?
 I will be using it with \high to get something like Simulink®

TM is high already, but with (R) you'll need that. This is what I
ended up with years ago, before I went UTF-8 (that simplifies things
quite a bit):


(R), up high:
\high{\registered}

TM, default placement:
{\trademark}

TM, extra high up:
\high{\trademark}


I can't recall where I managed to find these in the end, but I
remember that I really badly needed (R) for this:
Teflon\high{\registered}

:-)


Hope this helps,

Mari
___
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] Trademark symbols

2013-02-07 Thread Devendra Ghate


On 02/07/2013 11:42 PM, Mari Voipio wrote:

On Thu, Feb 7, 2013 at 12:40 PM, Devendra Ghate
devendra.gh...@gmail.com wrote:

How do I get Trademark (TM) and Registered Trademark (encircled R) in
ConTeXt?
I will be using it with \high to get something like Simulink®

TM is high already, but with (R) you'll need that. This is what I
ended up with years ago, before I went UTF-8 (that simplifies things
quite a bit):


(R), up high:
\high{\registered}

TM, default placement:
{\trademark}

TM, extra high up:
\high{\trademark}


I can't recall where I managed to find these in the end, but I
remember that I really badly needed (R) for this:
Teflon\high{\registered}

:-)

Thank you Marco and Mario. I ended up using the glyphs directly.




Hope this helps,

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


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