|
[Date Index]
[Thread Index]
[Author Index]
Re: Using \[Breve] as a substitute for underscore
- To: mathgroup at smc.vnet.net
- Subject: [mg91008] Re: Using \[Breve] as a substitute for underscore
- From: Cca <cca at gregosetroianos.mat.br>
- Date: Sun, 3 Aug 2008 05:32:43 -0400 (EDT)
- Reply-to: Cca <cca at gregosetroianos.mat.br>
Steven,
One of the new small things in Mathematica 6 (so it seems) is the non-printing character \[LetterSpace]. The alias is Esc_Esc (Esc underscore Esc).
Try this (on diferent Input cells):
x\[LetterSpace]y
x\[LetterSpace]y//Head
x\[LetterSpace]y=1
x\[LetterSpace]y+1
Clear[x\[LetterSpace]y]
Hope this might help you in some way.
Carlos César de Araújo
Gregos & Troianos Educacional
http://www.gregosetroianos.mat.br
MSN: cca_gregosetroianos at hotmail.com
Belo Horizonte, MG, Brasil
(31) 3283-1122
Prev by Date:
Help with LeastSquares (v. 6)
Next by Date:
Re: Using \[Breve] as a substitute for underscore
Previous by thread:
Re: Using \[Breve] as a substitute for underscore
Next by thread:
Re: Re: Using \[Breve] as a substitute for underscore
|