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:
Hiromi Ishii
2017-11-12 10:36:09 +09:00
committed by Kevin Barabash
parent 3e344535ff
commit 1a640a465e
4 changed files with 93 additions and 40 deletions

View File

@@ -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\\