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 error for iterated polynomial rings #9478

Closed
novoselt opened this issue Jul 12, 2010 · 9 comments
Closed

LaTeX error for iterated polynomial rings #9478

novoselt opened this issue Jul 12, 2010 · 9 comments

Comments

@novoselt
Copy link
Member

I have just discovered the following:

sage: R1.<xi, x> = QQ[]
sage: print latex(xi*x)
\xi x
sage: R2.<a> = QQ[]
sage: R3.<xi, x> = R2[]
sage: print latex(xi*x)
\xix

Notice no space between variables on the last line. Of course, this gives an error.

Component: basic arithmetic

Keywords: latex, sd31

Author: Andrey Novoseltsev

Reviewer: Kiran Kedlaya

Merged: sage-4.7.1.rc0

Issue created by migration from https://trac.sagemath.org/ticket/9478

@sagetrac-fwclarke
Copy link
Mannequin

sagetrac-fwclarke mannequin commented Jul 12, 2010

comment:1

I am currently working  on a rewrite of the patch to #8938.  I will try to correct this at the same time.

@burcin
Copy link

burcin commented Aug 28, 2010

comment:2

This doesn't belong in the symbolics component.

@novoselt
Copy link
Member Author

novoselt commented Nov 8, 2010

comment:3

This issue is still present in Sage-4.6.

@novoselt
Copy link
Member Author

@novoselt
Copy link
Member Author

Author: Andrey Novoseltsev

@novoselt
Copy link
Member Author

Changed keywords from latex to latex, sd31

@kedlaya
Copy link
Sponsor Contributor

kedlaya commented Jun 18, 2011

comment:6

Looks fine, applies against 4.7, no doctest failures.

@kedlaya
Copy link
Sponsor Contributor

kedlaya commented Jun 18, 2011

Reviewer: Kiran Kedlaya

@jdemeyer
Copy link

jdemeyer commented Jul 4, 2011

Merged: sage-4.7.1.rc0

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

5 participants