ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* using a symbol from the wasy physics symbol set
@ 2007-06-29  2:45 Jesse Alama
  2007-06-29  3:46 ` Aditya Mahajan
  0 siblings, 1 reply; 2+ messages in thread
From: Jesse Alama @ 2007-06-29  2:45 UTC (permalink / raw)
  To: ntg-context

I'd like to use the symbol varangle from the wasy physics symbol set.
In my file I've got

\usesymbols[was]
\showsymbolset[wasy physics]

$\symbol[varangle]$

In the PDF that's generated, I see the symbols in the wasy physics
symbol set just fine, but following the symbol set table, I just see an
OE ligature glyph.  What might be going on?  And is there any way I can
use

  \varangle

rather than

  \symbol[varangle]

?

Thanks,

Jesse

-- 
Jesse Alama (alama@stanford.edu)
*65: "thesis" is allowed only inside a proof

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

* Re: using a symbol from the wasy physics symbol set
  2007-06-29  2:45 using a symbol from the wasy physics symbol set Jesse Alama
@ 2007-06-29  3:46 ` Aditya Mahajan
  0 siblings, 0 replies; 2+ messages in thread
From: Aditya Mahajan @ 2007-06-29  3:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 28 Jun 2007, Jesse Alama wrote:

> I'd like to use the symbol varangle from the wasy physics symbol set.
> In my file I've got
>
> \usesymbols[was]
> \showsymbolset[wasy physics]
>
> $\symbol[varangle]$
>
> In the PDF that's generated, I see the symbols in the wasy physics
> symbol set just fine, but following the symbol set table, I just see an
> OE ligature glyph.  What might be going on?

You should not use it in math mode. Or if you want to use it in math 
mode surround it with \text{...}

>  And is there any way I can
> use
>
>  \varangle
>
> rather than
>
>  \symbol[varangle]

The easiest way is to

\def\varangle{\text{\symbol[varangle]}}

A more robust method may be

\definemathcommand [varangle]  [\text{\symbol[varangle]}]

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

end of thread, other threads:[~2007-06-29  3:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-29  2:45 using a symbol from the wasy physics symbol set Jesse Alama
2007-06-29  3:46 ` Aditya Mahajan

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