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

TexForm for integrals error #301

Closed
sn6uv opened this issue Oct 25, 2015 · 3 comments
Closed

TexForm for integrals error #301

sn6uv opened this issue Oct 25, 2015 · 3 comments

Comments

@sn6uv
Copy link
Member

sn6uv commented Oct 25, 2015

In[1]:= TeXForm[Integrate[f[x],x]]
gives
Out[1]= \intf\left[x\right] , d x
when it should be
Out[1]= \int f\left[x\right] , d x

(a space is missing between \int and the integrand)

Reported on google-groups page here.

@AustinCGomez
Copy link

@sn6uv Since this issue is a few years old is it still available to be fixed? If so, I would like to try to create a solution for this.

@GarkGarcia
Copy link
Contributor

@sn6uv Since this issue is a few years old is it still available to be fixed? If so, I would like to try to create a solution for this.

I hasn't been fixed yet.

@rocky
Copy link
Member

rocky commented Jun 28, 2021

We currently get:

In[1]:=  TeXForm[Integrate[f[x],x]]
Out[1]= \int f\left[x\right] \, dx

which I'll take for correct.

Down the line though we will probably have an overhaul of the way TeXForm works (via operation information in the mathics-scanner project)

Wher theis happens, there should be lots of furhter improvements.

@rocky rocky closed this as completed Jun 28, 2021
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

4 participants