Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX to Text Parser #63

Open
8hantanu opened this issue Sep 18, 2018 · 4 comments
Open

LaTeX to Text Parser #63

8hantanu opened this issue Sep 18, 2018 · 4 comments

Comments

@8hantanu
Copy link
Member

8hantanu commented Sep 18, 2018

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
download
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)
@PulkitMishra
Copy link
Contributor

@8hantanu project looks cool. Anyone working on this issue?

This was referenced Dec 14, 2018
@sachinam1397
Copy link

@8hantanu can you please assign me this issue .

@VaishnaviGanamukkala
Copy link
Contributor

Is anyone working on this issue?

@99bcsagar
Copy link

can i fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants