mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 04:28:41 +00:00
Add \jot lineskip to aligned environment, switch contents to displaystyle, and add gathered (#725)
This commit is contained in:
committed by
Kevin Barabash
parent
95af9379da
commit
06d6c96894
Binary file not shown.
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
BIN
test/screenshotter/images/Gathered-chrome.png
Normal file
BIN
test/screenshotter/images/Gathered-chrome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
test/screenshotter/images/Gathered-firefox.png
Normal file
BIN
test/screenshotter/images/Gathered-firefox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@@ -73,6 +73,15 @@ DisplayStyle: |
|
||||
Exponents: a^{a^a_a}_{a^a_a}
|
||||
FractionTest: \dfrac{a}{b}\frac{a}{b}\tfrac{a}{b}\;-\dfrac12\;1\tfrac12\;{1 \atop 2}
|
||||
Functions: \sin\cos\tan\ln\log
|
||||
Gathered: |
|
||||
\begin{gathered}
|
||||
x = \frac{1}{2} \\
|
||||
y = \sum_{i=1}^n i
|
||||
\end{gathered} \approx
|
||||
\begin{array}{c}
|
||||
x = \frac{1}{2} \\
|
||||
y = \sum_{i=1}^n i
|
||||
\end{array}
|
||||
GreekLetters: \alpha\beta\gamma\omega
|
||||
GroupMacros:
|
||||
macros:
|
||||
|
Reference in New Issue
Block a user