kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
215 stars 37 forks source link

Unicode symbols should match or be converted to their TeX equivalent #219

Closed kpeeters closed 3 weeks ago

kpeeters commented 3 years ago

At the moment a μ will not match \mu. As the display routines already turn the latter into the former when necessary, it is probably best to auto-convert all unicode symbols with a TeX equivalent to their TeX equivalents on input.

kpeeters commented 3 weeks ago

This was added a while ago in a patch by Connor 8c98d09cf11 and now works as expected: input of greek characters as unicode will convert them and internally store them as TeX equivalents.