visma
visma copied to clipboard
LaTeX to Text Parser
To support LaTeX expressions as input, a parser is required which converts LaTeX format to text format which can be handled by visma.
Edit:
The function latexToTerms()
is to be modified in visma/io/parser.py
to enable conversion of LaTeX expression like
whose LaTeX string is
$ 1 + \frac{x}{1-x} + y\left(x-\frac{1}{1-y}\right) + \sin 2x $
to visma acceptable string like
1 + x/(1-x) + y*(x - 1/(1-y)) + sin(2x)
@8hantanu project looks cool. Anyone working on this issue?
@8hantanu can you please assign me this issue .
Is anyone working on this issue?
can i fix it