mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 22:18:41 +00:00
Change \undertilde to \utilde (#948)
* Change \undeertilde to \utilde 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. * Fix screenshotter test
This commit is contained in:
@@ -445,7 +445,7 @@ defineFunction([
|
||||
// Stretchy accents under the body
|
||||
defineFunction([
|
||||
"\\underleftarrow", "\\underrightarrow", "\\underleftrightarrow",
|
||||
"\\undergroup", "\\underlinesegment", "\\undertilde",
|
||||
"\\undergroup", "\\underlinesegment", "\\utilde",
|
||||
], {
|
||||
numArgs: 1,
|
||||
}, function(context, args) {
|
||||
|
Reference in New Issue
Block a user