-
Notifications
You must be signed in to change notification settings - Fork 1
Open
1 / 31 of 3 issues completedLabels
Description
If something is missing from this list, open a new issue. I will then link it here.
-
\begin{array}– Supporting\begin{array}{...}#438 -
\begin{subarray}–\begin{subarray}is not implemented #70 -
\begin{smallmatrix}– likematrixbut withscriptlevel=1set; actually, the spacing should also be reduced (or is that only a problem in Firefox?) -
\begin{equation}/\begin{equation*}— error on&;\\ignored -
\begin{gather}/\begin{gather*}/\begin{gathered}– likealignedbut without any aligning functionality; always centered (also, no column functionality; error thrown when there is an&) -
\begin{split}– in contrast to\begin{aligned},\begin{split}deeply integrates with the parent\begin{align}: it reuses the columns of the parent and it respectstbtags;\begin{split}essentially acts as if you used\nonumberon all but one row (but not quite because if you don't havetbtagsset and have an even number of rows then the equation number will appear between two rows) -
\begin{aligned}[t]and\begin{aligned}[b]— the optional parameter controls how the block is aligned to the surrounding content -
\begin{alignat}/\begin{alignat*}/\begin{alignedat}– so, the first difference toalignis that you have to specify the number ofrlcolumn-pairs that you want to have (however, this is only for error reporting and can be turned off with the special value "-1"); the other difference is that there is never any spacing between the columns; see also Supporting more equation environments #456 -
\begin{multline}/\begin{multline*}/\begin{multlined}(this last one only inmathtools) – there are no columns here; the first row is left-aligned, the last row is right-aligned, and any rows in between are center-aligned; this also needs something likestyle="width:100%", otherwise it is pointless; see also Supporting more equation environments #456 -
\begin{rcases}– from mathtools; it'scasesbut the curly brace is on the right side of the table -
\begin{darray}– likearraybut with display style -
\begin{dcases}– likecasesbut with display style -
\begin{drcases}– likercasesbut with display style -
\begin{CD}– commutative diagrams from category theory