Change \undertilde to \utilde#948
Conversation
In PR #670, I made an error. The function that should have been `\utilde` I named instead `\undertilde`. There is an `\undertilde` from the `wsuipa` package, but it is a text-mode non-stretchy function. The proper command name is `\utilde`, a math-mode, stretchy function from packge `undertilde`. This PR fixes my error.
|
Let's do a version bump to |
edemaine
left a comment
There was a problem hiding this comment.
LGTM. @kevinbarabash Should we merge this into master now, or wait to non-alpha-release 0.9.0? Or, given that we're already changing the number to 0.9.0, maybe it's OK to include as part of 0.9.0?
|
@edemaine good question. I was thinking of jumping to 0.10.0-alpha... we could also do 0.9.0 and just call out this breaking change and the one that was in 0.9.0-alpha. |
|
@kevinbarabash Any objection to merging this to master? (now 1 month later) I don't want to overstep if you're about to release. We could do another 0.9.0 alpha/beta... (In any case, I think releasing is important to get the array bug fix out.) Personally, I think changing this in 0.9.0 is fine. |
In PR #670, I made an error. The function that should have been
\utildeI named instead\undertilde.There is an
\undertildefrom thewsuipapackage, but it is a text-mode non-stretchy function. The proper command name is\utilde, a math-mode, stretchy function from packgeundertilde.This PR fixes my error.