|
[Date Index]
[Thread Index]
[Author Index]
Re: How do I remove operator status?
- To: mathgroup at smc.vnet.net
- Subject: [mg55728] Re: How do I remove operator status?
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Tue, 5 Apr 2005 03:20:47 -0400 (EDT)
- Organization: Uni Leipzig
- References: <d2qipn$otp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
find the UnicodeCharacters.tr file and in this
file the line
0x2207 \[Del] ($del$ $∇$ $\nabla$)
Prefix 620 None 0 2
and replace Prefix by Letter, so that :
0x2207 \[Del] ($del$ $∇$ $\nabla$)
Letter
Regards
Jens
"Chris Chiasson" <chris.chiasson at gmail.com>
schrieb im Newsbeitrag
news:d2qipn$otp$1 at smc.vnet.net...
> Dear MathGroup,
> How do I remove the operator status from the
> character "\[Del]"?
> Thank you for your valuable time,
> --
> Chris Chiasson
> Kettering University
> Mechanical Engineering
> Graduate Student
> 1 810 265 3161
>
Prev by Date:
Re: recursion, complex dynamics
Next by Date:
3D graphics domain
Previous by thread:
How do I remove operator status?
Next by thread:
Re: How do I remove operator status?
|