Note
This is a personal project and is not documented, commented, or set up for group developement.
- Environment support
\begin{environment}
and\end{environment}
- Used by matrix and cases
- Matrix support
\matrix
,\pmatrix
,\bmatrix
,\Bmatrix
,\vmatrix
,\Vmatrix
- Cases support
\cases
- Adds
mod
to autocommands - Adds
\nequiv
as a binary operator - Adds
nmid
as a bindVanillaSymbol - Legacy fake matrix command
- Abuses
_{}
and^{}
to visually recreate matrices - Viewable on unmodified builds of mathquill
\fmatrix
,\fpmatrix
,\fbmatrix
,\fBmatrix
,\fvmatrix
, and\fVmatrix
- Abuses
- Undo and Redo handling
- Command Z, Control Z or pressing
undo
undoes the previous action - Command Shift Z, Control Shift Z or pressing
redo
redoes the previous action
- Command Z, Control Z or pressing
- Newline functionality
- Pressing return will enter a new line, which is represented by latex's
\newline
character
- Pressing return will enter a new line, which is represented by latex's
- Mathquill
- String Difference
- Multiline Mathquill
- Latex Edit Binding
- Original (obsolete) Learnosity matrix branch
- My rewrite of the Learnosity matrix branch
None