ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* 1/2 symbol
       [not found] <mailman.2.1236157030.12184.ntg-context@ntg.nl>
@ 2009-03-04  9:26 ` Vyatcheslav Yatskovsky
  2009-03-04  9:32   ` Thomas A. Schmitz
  0 siblings, 1 reply; 7+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-03-04  9:26 UTC (permalink / raw)
  To: ntg-context

Hello,

Easy question: how to get 1/2 symbol without entering math mode (using 
Minion Pro font)?

Best,
Vyatcheslav
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: 1/2 symbol
  2009-03-04  9:26 ` 1/2 symbol Vyatcheslav Yatskovsky
@ 2009-03-04  9:32   ` Thomas A. Schmitz
  2009-03-04  9:40     ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas A. Schmitz @ 2009-03-04  9:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Mar 4, 2009, at 10:26 AM, Vyatcheslav Yatskovsky wrote:

> Hello,
>
> Easy question: how to get 1/2 symbol without entering math mode  
> (using Minion Pro font)?
>
> Best,
> Vyatcheslav

Have you tried \onehalf or ½ (in mkiv)?

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: 1/2 symbol
  2009-03-04  9:32   ` Thomas A. Schmitz
@ 2009-03-04  9:40     ` Wolfgang Schuster
  2009-03-04  9:56       ` Thomas A. Schmitz
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2009-03-04  9:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.03.2009 um 10:32 schrieb Thomas A. Schmitz:

> On Mar 4, 2009, at 10:26 AM, Vyatcheslav Yatskovsky wrote:
>
>> Hello,
>>
>> Easy question: how to get 1/2 symbol without entering math mode  
>> (using Minion Pro font)?
>
> Have you tried \onehalf or ½ (in mkiv)?


What the combination to get ½ on a mac?

Another way is to use the 'frac' feature.

\definefontfeature[frac][default][script=latn,frac=yes]
\definefont[minion][name:minionproregular*default]

\def\utffrac{\groupedcommand{\setfontfeature{frac}}{}}

\starttext

\minion 1/2 \utffrac{1/2} 1/2 \utffrac{12345/6789} 12345/6789

\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: 1/2 symbol
  2009-03-04  9:40     ` Wolfgang Schuster
@ 2009-03-04  9:56       ` Thomas A. Schmitz
  2009-03-04 10:40         ` Alan BRASLAU
  2009-03-04 10:45         ` Hans Hagen
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas A. Schmitz @ 2009-03-04  9:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Mar 4, 2009, at 10:40 AM, Wolfgang Schuster wrote:

> What the combination to get ½ on a mac?

Sadly, there doesn't seem to be a keyboard shortcut; I inserted it via  
the Character Palette.

Thomas

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: 1/2 symbol
  2009-03-04  9:56       ` Thomas A. Schmitz
@ 2009-03-04 10:40         ` Alan BRASLAU
  2009-03-04 10:45         ` Hans Hagen
  1 sibling, 0 replies; 7+ messages in thread
From: Alan BRASLAU @ 2009-03-04 10:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

If you use the Unicode Hex Input keyboard layout: press the Option key and enter four hex digits to specify the hex code of any glyph.

Also, under any layout, when used with other keys, the Option key produces special symbols. The Keyboard Viewer, which users can add to the Input menu in the International pane of System Preferences, shows which keys generate each symbol. I do not know if ½ is included under what layout.

Under X11, this is as simple as COMPOSE+1+2. I do not know how this can be configured on the Mac.


On Wednesday 04 March 2009 10:56:38 Thomas A. Schmitz wrote:
> 
> On Mar 4, 2009, at 10:40 AM, Wolfgang Schuster wrote:
> 
> > What the combination to get ½ on a mac?
> 
> Sadly, there doesn't seem to be a keyboard shortcut; I inserted it via  
> the Character Palette.
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: 1/2 symbol
  2009-03-04  9:56       ` Thomas A. Schmitz
  2009-03-04 10:40         ` Alan BRASLAU
@ 2009-03-04 10:45         ` Hans Hagen
  2009-03-04 10:57           ` Wolfgang Schuster
  1 sibling, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2009-03-04 10:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thomas A. Schmitz wrote:
> 
> On Mar 4, 2009, at 10:40 AM, Wolfgang Schuster wrote:
> 
>> What the combination to get ½ on a mac?
> 
> Sadly, there doesn't seem to be a keyboard shortcut; I inserted it via 
> the Character Palette.

there is a frac feature in some fonts but it might be crappy in some 
fonts in the sense that it has to be applied selectively

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: 1/2 symbol
  2009-03-04 10:45         ` Hans Hagen
@ 2009-03-04 10:57           ` Wolfgang Schuster
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Schuster @ 2009-03-04 10:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Mar 4, 2009 at 11:45 AM, Hans Hagen <pragma@wxs.nl> wrote:

>>> What's the combination to get ½ on a mac?
>>
>> Sadly, there doesn't seem to be a keyboard shortcut; I inserted it via the
>> Character Palette.
>
> there is a frac feature in some fonts but it might be crappy in some fonts
> in the sense that it has to be applied selectively

The frac feature is available in the Minion font and I showed how to use it
in my previous mail.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-03-04 10:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.2.1236157030.12184.ntg-context@ntg.nl>
2009-03-04  9:26 ` 1/2 symbol Vyatcheslav Yatskovsky
2009-03-04  9:32   ` Thomas A. Schmitz
2009-03-04  9:40     ` Wolfgang Schuster
2009-03-04  9:56       ` Thomas A. Schmitz
2009-03-04 10:40         ` Alan BRASLAU
2009-03-04 10:45         ` Hans Hagen
2009-03-04 10:57           ` Wolfgang Schuster

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