ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Trademark symbols
@ 2013-02-07 10:40 Devendra Ghate
  2013-02-07 11:03 ` Marco Patzer
  2013-02-07 18:12 ` Mari Voipio
  0 siblings, 2 replies; 4+ messages in thread
From: Devendra Ghate @ 2013-02-07 10:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

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

[-- Attachment #1.2: Type: text/html, Size: 551 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] 4+ messages in thread

* Re: Trademark symbols
  2013-02-07 10:40 Trademark symbols Devendra Ghate
@ 2013-02-07 11:03 ` Marco Patzer
  2013-02-07 18:12 ` Mari Voipio
  1 sibling, 0 replies; 4+ messages in thread
From: Marco Patzer @ 2013-02-07 11:03 UTC (permalink / raw)
  To: ntg-context


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

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 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] 4+ messages in thread

* Re: Trademark symbols
  2013-02-07 10:40 Trademark symbols Devendra Ghate
  2013-02-07 11:03 ` Marco Patzer
@ 2013-02-07 18:12 ` Mari Voipio
  2013-02-08  6:37   ` Devendra Ghate
  1 sibling, 1 reply; 4+ messages in thread
From: Mari Voipio @ 2013-02-07 18:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Feb 7, 2013 at 12:40 PM, Devendra Ghate
<devendra.ghate@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
___________________________________________________________________________________


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

* Re: Trademark symbols
  2013-02-07 18:12 ` Mari Voipio
@ 2013-02-08  6:37   ` Devendra Ghate
  0 siblings, 0 replies; 4+ messages in thread
From: Devendra Ghate @ 2013-02-08  6:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 02/07/2013 11:42 PM, Mari Voipio wrote:
> On Thu, Feb 7, 2013 at 12:40 PM, Devendra Ghate
> <devendra.ghate@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
___________________________________________________________________________________


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

end of thread, other threads:[~2013-02-08  6:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-07 10:40 Trademark symbols Devendra Ghate
2013-02-07 11:03 ` Marco Patzer
2013-02-07 18:12 ` Mari Voipio
2013-02-08  6:37   ` Devendra Ghate

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