Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
mathtext: no space after comma in brackets #5813
+2,064
−0
Conversation
tacaswell
added the
needs_review
label
Jan 8, 2016
tacaswell
added this to the
next major release (2.0)
milestone
Jan 8, 2016
mdboom
added a commit
that referenced
this pull request
Jan 13, 2016
|
|
mdboom |
25590c8
|
mdboom
merged commit 25590c8
into matplotlib:master
Jan 13, 2016
mdboom
removed the
needs_review
label
Jan 13, 2016
mdboom
added a commit
that referenced
this pull request
Jan 13, 2016
|
|
mdboom |
fbcdd1b
|
|
Backported to 2.x as fbcdd1b |
zblz
deleted the
zblz:dec-comma branch
Jan 13, 2016
zblz
referenced
this pull request
Jan 19, 2016
Merged
mathtext: Fix comma behaviour at start of string #5882
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zblz commentedJan 8, 2016
The space after a comma is omitted if the comma is written in brackets
{,}, following TeX behaviour.Note that in this fix the brackets have to be immediately before and after the comma;(edit: fixed to support spaces between the brackets){, },{ ,}, or{ , }will still typeset the space.Fixes #5799.