mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Support \operatorname* (#1899)
* Support \operatorname* * Fix lint errors * Fix YAML * Update screenshots * Break out a function to avoid code duplication * Fix lint errors * Restore wrapper span * Update docs * Reinstall color macros lost in merge * Update screenshots * Add type annotations, Move to utils file, add \limits to screenshots * Fix lint errors * Rearrange screen shot to fit onto page * Update screenshots * tweak location of utils.js and assembleSupSup.js
This commit is contained in:
@@ -327,7 +327,7 @@ exports[`A MathML builder should output \\limsup_{x \\rightarrow \\infty} correc
|
||||
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
||||
<semantics>
|
||||
<mrow>
|
||||
<munder>
|
||||
<msub>
|
||||
<mo>
|
||||
<mi mathvariant="normal">
|
||||
lim sup
|
||||
@@ -347,7 +347,7 @@ exports[`A MathML builder should output \\limsup_{x \\rightarrow \\infty} correc
|
||||
∞
|
||||
</mi>
|
||||
</mrow>
|
||||
</munder>
|
||||
</msub>
|
||||
</mrow>
|
||||
<annotation encoding="application/x-tex">
|
||||
\\limsup_{x \\rightarrow \\infty}
|
||||
|
Reference in New Issue
Block a user