mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Fix \mathit
font and italic correction and add \mathnormal
(#1700)
* Fix \mathit font (Math-Italic -> Main-Italic) and italic correction * Rename mathit to mathdefault and mainit to mathit * Add \mathnormal
This commit is contained in:
@@ -617,6 +617,7 @@ table td {
|
||||
|\mathinner|$ab\mathinner{\text{inside}}cd$|`ab\mathinner{\text{inside}}cd`|
|
||||
|\mathit|$\mathit{AaBb}$|`\mathit{AaBb}`<br>KaTeX supports A-Za-z|
|
||||
|\mathllap|${=}\mathllap{/\,}$|`{=}\mathllap{/\,}`|
|
||||
|\mathnormal|$\mathnormal{AaBb}$|`\mathnormal{AaBb}`<br>KaTeX supports A-Za-z|
|
||||
|\mathop|$\mathop{\star}_a^b$|`\mathop{\star}_a^b`|
|
||||
|\mathopen|$a + \mathopen\lt b) + c$|`a + \mathopen\lt b) + c`|
|
||||
|\mathord|$1\mathord{,}234{,}567$|`1\mathord{,}234{,}567`|
|
||||
|
Reference in New Issue
Block a user