mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 12:38:39 +00:00
Add support for \cal (#2116)
Fix #2115 by adding \cal to list of old-style font commands. (Surprisingly tiny change!) Add tests for all old-style font commands.
This commit is contained in:
@@ -198,7 +198,7 @@ table td {
|
||||
|Symbol/Function | Rendered | Source or Comment|
|
||||
|:---------------|:------------|:-----------------|
|
||||
|\C|<span style="color:firebrick;">Not supported</span>|[Deprecated](https://en.wikipedia.org/wiki/Help:Displaying_a_formula#Deprecated_syntax)|
|
||||
|\cal|<span style="color:firebrick;">Not supported</span>|See `\mathcal`
|
||||
|\cal|$\cal AaBb123$|`\cal AaBb123`|
|
||||
|\cancel|$\cancel{5}$|`\cancel{5}`|
|
||||
|\cancelto|<span style="color:firebrick;">Not supported</span>||
|
||||
|\Cap|$\Cap$||
|
||||
|
Reference in New Issue
Block a user