mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 05:58:40 +00:00
feat: Support \phase (#2406)
* Support \phase * Update screenshots * Update documentation * Add a11y test * Edit MathML notation to phasorangle * Move code to enclose.js Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
This commit is contained in:
@@ -816,7 +816,7 @@ use `\ce` instead|
|
||||
|\partial|$\partial$||
|
||||
|\perp|$\perp$||
|
||||
|\phantom|$\Gamma^{\phantom{i}j}_{i\phantom{j}k}$|`\Gamma^{\phantom{i}j}_{i\phantom{j}k}`|
|
||||
|\phase|<span style="color:firebrick;">Not supported</span>||
|
||||
|\phase|$\phase{-78^\circ}$|`\phase{-78^\circ}`|
|
||||
|\Phi|$\Phi$||
|
||||
|\phi|$\phi$||
|
||||
|\Pi|$\Pi$||
|
||||
|
@@ -212,6 +212,7 @@ For Persian composite characters, a user-supplied [plug-in](https://github.com/
|
||||
|$\xcancel{ABC}$ `\xcancel{ABC}`|$\not =$ `\not =`
|
||||
|$\sout{abc}$ `\sout{abc}`|$\boxed{\pi=\frac c d}$ `\boxed{\pi=\frac c d}`
|
||||
|$a_{\angl n}$ `$a_{\angl n}`|$a_\angln$ `a_\angln`
|
||||
|$\phase{-78^\circ}$`\phase{-78^\circ}` |
|
||||
|
||||
`\tag{hi} x+y^{2x}`
|
||||
$$\tag{hi} x+y^{2x}$$
|
||||
|
Reference in New Issue
Block a user