Skip to content

Latex lower index conversion #2097

Open
@hejfil

Description

@hejfil

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}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions