mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 14:38:39 +00:00
Add square roots (\sqrt)
Summary: Follow the TeXbook instructions on how to construct square roots. Using makeCustomSizedDelim, this becomes nearly trivial. Test Plan: - Make sure normal tests work - Make sure the new huxley test looks good, and other huxley tests haven't changed. Reviewers: alpert Reviewed By: alpert Differential Revision: http://phabricator.khanacademy.org/D12918
This commit is contained in:
@@ -298,6 +298,11 @@ var symbols = {
|
||||
group: "bin",
|
||||
replace: "\u00d7"
|
||||
},
|
||||
"\\surd": {
|
||||
font: "main",
|
||||
group: "textord",
|
||||
replace: "\u221a"
|
||||
},
|
||||
"(": {
|
||||
font: "main",
|
||||
group: "open"
|
||||
|
Reference in New Issue
Block a user