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
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
On Thu, Feb 7, 2013 at 12:40 PM, Devendra Ghate
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
On 02/07/2013 11:42 PM, Mari Voipio wrote:
On Thu, Feb 7, 2013 at 12:40 PM, Devendra Ghate
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 ___________________________________________________________________________________
participants (3)
-
Devendra Ghate
-
Marco Patzer
-
Mari Voipio