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

Fix latex printing of ProductSet when exponent has more than one digit #15456

Merged
merged 1 commit into from
Nov 5, 2018

Conversation

jlumpe
Copy link
Contributor

@jlumpe jlumpe commented Nov 5, 2018

Printing of ProductSet does not enclose exponent in braces, so digits after the first are not printed correctly. Fixed this and added a test for it.

  • printing
    • Fix latex printing of ProductSet when exponent has more than one digit

@sympy-bot
Copy link

sympy-bot commented Nov 5, 2018

Hi, I am the SymPy bot (v134). I'm here to help you write a release notes entry. Please read the guide on how to write release notes.

Your release notes are in good order.

Here is what the release notes will look like:

  • printing
    • Fix latex printing of ProductSet when exponent has more than one digit (#15456 by @jlumpe)

This will be added to https://github.com/sympy/sympy/wiki/Release-Notes-for-1.4.

Note: This comment will be updated with the latest check if you edit the pull request. You need to reload the page to see it.

Click here to see the pull request description that was parsed.

Printing of `ProductSet` does not enclose exponent in braces, so digits after the first are not printed correctly. Fixed this and added a test for it.

<!-- BEGIN RELEASE NOTES -->
* printing
   * Fix latex printing of ProductSet when exponent has more than one digit
<!-- END RELEASE NOTES -->

Update

The release notes on the wiki have been updated.

@bjodah bjodah merged commit afef14d into sympy:master Nov 5, 2018
@bjodah
Copy link
Member

bjodah commented Nov 5, 2018

Thanks!

@jlumpe jlumpe deleted the fit-ProductSet-latex-exponent branch November 5, 2018 17:05
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 this pull request may close these issues.

3 participants