mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 06:58:40 +00:00
Support {gather} and {gather*} (#2183)
* Support `gather` and `gather*` * Add bogus screenshots * Add correct screenshots * Fix typo * Update screenshots * Improve error handling * Scope styles inside .katex{} * Revert console.log to console.error
This commit is contained in:
@@ -408,7 +408,7 @@ use `\ce` instead|
|
||||
|\Game|$\Game$||
|
||||
|\Gamma|$\Gamma$||
|
||||
|\gamma|$\gamma$||
|
||||
|{gather}|<span style="color:firebrick;">Not supported</span>|see `{gathered}`|
|
||||
|{gather}|$$\begin{gather}a=b\\e=b+c\end{gather}$$|`\begin{gather}`<br> `a=b \\ `<br> `e=b+c`<br>`\end{gather}`|
|
||||
|{gathered}|$\begin{gathered}a=b\\e=b+c\end{gathered}$|`\begin{gathered}`<br> `a=b \\ `<br> `e=b+c`<br>`\end{gathered}`|
|
||||
|\gcd|$\gcd$||
|
||||
|\gdef|$\gdef\bar#1{#1^2} \bar{y} + \bar{y}$|`\gdef\bar#1{#1^2} \bar{y} + \bar{y}`|
|
||||
|
Reference in New Issue
Block a user