mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
Support {rcases} and {drcases} (#2149)
* Support {rcases} and {drcases} * Fix lint error * Update screenshots
This commit is contained in:
@@ -74,7 +74,11 @@ Cases: |
|
||||
a+1&\text{if }b\text{ is odd} \\
|
||||
a&\text{if }b=0 \\
|
||||
a-1&\text{otherwise}
|
||||
\end{cases}
|
||||
\end{cases} \\
|
||||
\begin{rcases}
|
||||
a &\text{if } b \\
|
||||
c &\text{if } d
|
||||
\end{rcases}⇒…
|
||||
Colors:
|
||||
tex: \blue{a}\textcolor{#0f0}{b}\textcolor{red}{c}
|
||||
nolatex: different syntax and different scope
|
||||
|
Reference in New Issue
Block a user