Re: Case sensitivity



James Frye <frye@cs.unr.edu> writes:

> Another suggestion that might be useful would be to allow variable names
> to include Tex-style escapes for Greek letters and such, so you could
> input something like "f:\alpha * x + \beta * y:"

This is already possible -- you just have to use a double backslash,
e.g.

(C1) f:\\alpha*x + \\beta*y;

(D1) 			      y \beta + x \alpha

(C2) tex(%);

$$y\,\beta+x\,\alpha$$