mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Implements the alignedat environment for flexible math spacing (#930)
* Implements the alignat environment for flexible math spacing * Renames alignat[*] to alignedat and factors out duplicate code of aligned and alignedat as alignedHandler * Adds aligned at to screenshotter * alignedat screenshots * Implements the alignat environment for flexible math spacing * Renames alignat[*] to alignedat and factors out duplicate code of aligned and alignedat as alignedHandler * Adds aligned at to screenshotter * alignedat screenshots * fix style nit * fix lint
This commit is contained in:
committed by
Kevin Barabash
parent
3e344535ff
commit
1a640a465e
@@ -22,6 +22,11 @@ Aligned: |
|
||||
a &= 1 & b &= 2 \\
|
||||
3a &= 3 & 17b &= 34
|
||||
\end{aligned}
|
||||
Alignedat: |
|
||||
\begin{alignedat}{3}
|
||||
a &= 1 & b &= 2 &\quad c &= 3\\
|
||||
3a &= 3 & 17b &= 34 &\quad 400c &= 1200
|
||||
\end{alignedat}
|
||||
Arrays: |
|
||||
\left(\begin{array}{|rl|c||}
|
||||
1&2&3\\
|
||||
|
Reference in New Issue
Block a user