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

PrettyForm generates some garbage at end #5

Closed
ggrothendieck opened this issue May 16, 2016 · 0 comments · Fixed by #6
Closed

PrettyForm generates some garbage at end #5

ggrothendieck opened this issue May 16, 2016 · 0 comments · Fixed by #6

Comments

@ggrothendieck
Copy link
Contributor

This works except that it also generates some garbage (unprocessed XML) at the end.

> library(Ryacas)
> d <- Sym("d")
> S <- (281*d^6)/128+((-65)*d^5)/32+(29*d^4)/16+((-3)*d^3)/2+d^2
> PrettyForm(S)

       6         5         4        3     
281 * d    65 * d    29 * d    3 * d     2
-------- - ------- + ------- - ------ + d 
  128        32        16        2        

<OMOBJ>
  <OMS cd="logic1" name="true"/>
</OMOBJ>
ggrothendieck referenced this issue May 16, 2016
recognize unix and windows eol when looking for OM part of the result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant