Can't parse subscript with greek letter in text mode
Opened this issue · 2 comments
oliviergauthier commented
oliviergauthier commented
Actually it doesn't work at all with var as subscript like this AST : ["subscript",[["var",["K"]],["var",["t"]]]] but works with val ["subscript",[["var",["K"]],["val",["5"]]]]
oliviergauthier commented
It's seems to be an issue in export text method. K_(lambda) works fine