I cannot remember anyone writing the letter epsilon in any other way than \varepsilon in any math class; but in LaTeX \epsilon and \varepsilon are different symbols. Do anyone of you know why there are two different symbols? (I.e. if \epsilon is the correct way to write the letter epsilon, why aren't mathematicians use it, and when is, according to the standards today, the correct setting to use each of the symbols?)
|
|
||||
|
Historically there has been a lot of confusion over the two forms, At one point Unicode swapped the reference glyphs to add to the confusion. I added a special section about epsilon to the XML/HTML entities spec http://www.w3.org/2003/entities/2007doc/#epsilon The situation in TeX is no different really, different communities used different forms of epsilon and it is rather arbitrary which one gets which name. Unicode (now) calls the curly epsilon "GREEK SMALL LETTER EPSILON" (ε) (this is a textual Greek letter rather than a math alphabetic symbol) and the symbol that TeX traditionally assigns to |
|||
|

$$doesn't show as math symbols. But you can mark your code with backticks. I don't know the answer, but I use\epsilonfor the Levi-Civita tensor, and\varepsilonfor everything else (of course, renaming both commands). – Manuel Feb 13 at 10:58