ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Symbols for copyright and registered
@ 2010-01-28 22:43 John Culleton
  2010-01-28 22:59 ` Wolfgang Schuster
  0 siblings, 1 reply; 8+ messages in thread
From: John Culleton @ 2010-01-28 22:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

In the past I have used defs like 
\def\reg{\char174}
Is there a more universal way to get these symbols?
-- 
John Culleton
"Create Book Covers with Scribus"
Printable E-book 38 pages $5.95
http://www.booklocker.com/books/4055.html
___________________________________________________________________________________
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] 8+ messages in thread

* Re: Symbols for copyright and registered
  2010-01-28 22:43 Symbols for copyright and registered John Culleton
@ 2010-01-28 22:59 ` Wolfgang Schuster
  2010-01-28 23:36   ` Bernhard Rosensteiner
  2010-01-29 21:46   ` John Culleton
  0 siblings, 2 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2010-01-28 22:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 28.01.10 23:43, schrieb John Culleton:
> In the past I have used defs like
> \def\reg{\char174}
> Is there a more universal way to get these symbols?
>    
® and ©

or

\registered and \copyright :)

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
___________________________________________________________________________________


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

* Re: Symbols for copyright and registered
  2010-01-28 22:59 ` Wolfgang Schuster
@ 2010-01-28 23:36   ` Bernhard Rosensteiner
  2010-01-28 23:46     ` Wolfgang Schuster
  2010-01-29  9:03     ` zs
  2010-01-29 21:46   ` John Culleton
  1 sibling, 2 replies; 8+ messages in thread
From: Bernhard Rosensteiner @ 2010-01-28 23:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 28.01.2010 um 23:59 schrieb Wolfgang Schuster:

> Am 28.01.10 23:43, schrieb John Culleton:
>> In the past I have used defs like
>> \def\reg{\char174}
>> Is there a more universal way to get these symbols?
>>   
> ® and ©
> 
> or
> 
> \registered and \copyright :)
> 
> Wolfgang

is there a source where i can find such definitions? I mean for other symbols and „hard to type“ characters

best regards
Bernhard

___________________________________________________________________________________
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] 8+ messages in thread

* Re: Symbols for copyright and registered
  2010-01-28 23:36   ` Bernhard Rosensteiner
@ 2010-01-28 23:46     ` Wolfgang Schuster
  2010-01-28 23:52       ` Bernhard Rosensteiner
  2010-01-29  9:03     ` zs
  1 sibling, 1 reply; 8+ messages in thread
From: Wolfgang Schuster @ 2010-01-28 23:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 29.01.10 00:36, schrieb Bernhard Rosensteiner:
> is there a source where i can find such definitions? I mean for other symbols and „hard to type“ characters
For MkII look in the enco-xxx.mkii files, for MkIV you can find
all commands in char-def.lua

rover:base wolf$ grep contextname char-def.lua
   contextname="quotedbl",
   contextname="textdollar",
   contextname="percent",
   contextname="quotesingle",
   contextname="textslash",
   contextname="textbackslash",
   contextname="textasciicircum",
   contextname="textunderscore",
   contextname="textgrave",
   contextname="idotaccent",
   contextname="textbraceleft",
   contextname="textbar",
   ...

The values of contextname are available as commands in ConTeXt.

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
___________________________________________________________________________________


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

* Re: Symbols for copyright and registered
  2010-01-28 23:46     ` Wolfgang Schuster
@ 2010-01-28 23:52       ` Bernhard Rosensteiner
  0 siblings, 0 replies; 8+ messages in thread
From: Bernhard Rosensteiner @ 2010-01-28 23:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 29.01.2010 um 00:46 schrieb Wolfgang Schuster:

> Am 29.01.10 00:36, schrieb Bernhard Rosensteiner:
>> is there a source where i can find such definitions? I mean for other symbols and „hard to type“ characters
> For MkII look in the enco-xxx.mkii files, for MkIV you can find
> all commands in char-def.lua
> 
> rover:base wolf$ grep contextname char-def.lua
>  contextname="quotedbl",
>  contextname="textdollar",
>  contextname="percent",
>  contextname="quotesingle",
>  contextname="textslash",
>  contextname="textbackslash",
>  contextname="textasciicircum",
>  contextname="textunderscore",
>  contextname="textgrave",
>  contextname="idotaccent",
>  contextname="textbraceleft",
>  contextname="textbar",
>  ...
> 
> The values of contextname are available as commands in ConTeXt.
> 
> Wolfgang

wow - millions of definitions. Thanks a lot.

best regards
Bernhard

___________________________________________________________________________________
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] 8+ messages in thread

* Re: Symbols for copyright and registered
  2010-01-28 23:36   ` Bernhard Rosensteiner
  2010-01-28 23:46     ` Wolfgang Schuster
@ 2010-01-29  9:03     ` zs
  2010-01-29  9:14       ` luigi scarso
  1 sibling, 1 reply; 8+ messages in thread
From: zs @ 2010-01-29  9:03 UTC (permalink / raw)
  To: ntg-context

On Fri, 29 Jan 2010 00:36:13 +0100
Bernhard Rosensteiner <brosensteiner@gmail.com> wrote:

> is there a source where i can find such definitions? I mean for other symbols and „hard to type“ characters
> 
> best regards
> Bernhard


for my purpose, I made utf-8 text containing all unusual characters and I copy and paste them.
It's the most convenient way, IMO.

example:

≈≐∿
№©®™ℎℏ°℃
⌀ diameter	2300
∅ empty set	2205
⍉		2349
¼½¾⅓⅔⅕⅖⅗⅘⅙⅚⅛⅜⅝⅞⅟
₀₁₂₃₄₅₆₇₈₉₊₋₌₍₎
⁰¹²³⁴⁵⁶⁷⁸⁹⁺⁻⁼⁽⁾		√(x² ˖ y²)
√∛∜∢

Regards

Zdenek
___________________________________________________________________________________
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] 8+ messages in thread

* Re: Symbols for copyright and registered
  2010-01-29  9:03     ` zs
@ 2010-01-29  9:14       ` luigi scarso
  0 siblings, 0 replies; 8+ messages in thread
From: luigi scarso @ 2010-01-29  9:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Jan 29, 2010 at 10:03 AM, zs <zstryhal@physics.ujep.cz> wrote:
> On Fri, 29 Jan 2010 00:36:13 +0100
> Bernhard Rosensteiner <brosensteiner@gmail.com> wrote:
>
>> is there a source where i can find such definitions? I mean for other symbols and „hard to type“ characters
>>
>> best regards
>> Bernhard
>
>
> for my purpose, I made utf-8 text containing all unusual characters and I copy and paste them.
> It's the most convenient way, IMO.
>
> example:
>
> ≈≐∿
> №©®™ℎℏ°℃
> ⌀ diameter      2300
> ∅ empty set     2205
> ⍉               2349
> ¼½¾⅓⅔⅕⅖⅗⅘⅙⅚⅛⅜⅝⅞⅟
> ₀₁₂₃₄₅₆₇₈₉₊₋₌₍₎
> ⁰¹²³⁴⁵⁶⁷⁸⁹⁺⁻⁼⁽⁾         √(x² ˖ y²)
> √∛∜∢
nice idea
It would be nice to collect the most used
unicode char in a wiki page
and also in a txt file to include in minimals
just as convenience when typesetting  in mkiv
-- 
luigi
___________________________________________________________________________________
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] 8+ messages in thread

* Re: Symbols for copyright and registered
  2010-01-28 22:59 ` Wolfgang Schuster
  2010-01-28 23:36   ` Bernhard Rosensteiner
@ 2010-01-29 21:46   ` John Culleton
  1 sibling, 0 replies; 8+ messages in thread
From: John Culleton @ 2010-01-29 21:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thursday 28 January 2010 17:59:07 Wolfgang Schuster wrote:
> Am 28.01.10 23:43, schrieb John Culleton:
> > In the past I have used defs like
> > \def\reg{\char174}
> > Is there a more universal way to get these symbols?
>
> ® and ©
>
> or
>
> \registered and \copyright :)
>
> Wolfgang

Thnks a bunch. Where did you find the documentation on these two characters?
-- 
John Culleton
"Create Book Covers with Scribus"
Printable E-book 38 pages $5.95
http://www.booklocker.com/books/4055.html
___________________________________________________________________________________
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] 8+ messages in thread

end of thread, other threads:[~2010-01-29 21:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-28 22:43 Symbols for copyright and registered John Culleton
2010-01-28 22:59 ` Wolfgang Schuster
2010-01-28 23:36   ` Bernhard Rosensteiner
2010-01-28 23:46     ` Wolfgang Schuster
2010-01-28 23:52       ` Bernhard Rosensteiner
2010-01-29  9:03     ` zs
2010-01-29  9:14       ` luigi scarso
2010-01-29 21:46   ` John Culleton

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