Skip to content

Mathquill with matrices, cases, newlines, and undo/redo history

Notifications You must be signed in to change notification settings

FlamedDogo99/Mathquill-Ineractive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mathquill with extra functionality

Note

This is a personal project and is not documented, commented, or set up for group developement.

Adds

  • 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
  • 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
  • Newline functionality
    • Pressing return will enter a new line, which is represented by latex's \newline character

Credit

License

None