Open
Description
Hello,
would be possible to convert greek letters in lower index also to latex or I am doing something wrong ?
Example:
const std::string formulaStr1 = "k_y_theta * chi_theta_y";
SymEngine::Expression expresion = SymEngine::parse(formulaStr1);
std::string d = SymEngine::latex(*expresion.get_basic());
result d is \chi_{theta_y} k_{y_{theta}}
but I would expect \chi_{\theta_y} k_{y_{\theta}}