feat: support {align}, {align*}, {alignat}, and {alignat*} (#2341)

* Support {align}, {align*}, {alignat}, and {alignat*}

* Specify display mode for screenshots

* Add bogus screenshots

* Some screenshotter progress

* Update screenshots
This commit is contained in:
Ron Kok
2020-07-28 08:02:08 -07:00
committed by GitHub
parent fb710f0f9a
commit 2f37dc9104
7 changed files with 48 additions and 21 deletions

View File

@@ -22,6 +22,9 @@ AccentsText: |
\text{\'A} & \text{\.A} & \text{\`A} & \text{\"A} & \text{\H{A}} & \text{\r{A}} \\
\text{\.I İ} & \text{\H e e̋} & \text{\i ı}
\end{array}
Align:
tex: \begin{align}a &= 1 & b &= 2 \\ 3a &= 3 & 17b &= 34\end{align}
display: 1
Aligned: |
\begin{aligned}
a &= 1 & b &= 2 \\