✾ Commands for ΛacTeX
Categories
UNDER CONSTRUCTION, MISSING STUFF
Before the start of the document
- VERS: Specifies the version of TeX used to compile the document. It can be pdflatex, lualatex, etc.
- CLASS: Specifies class.
- INPUT: Inputs files. Followed by END.
- PAC: Include packages. Followed by END.
- INNIT: Includes pre-made code. Followed by END.
Basic math
- (its x2): Regular math mode.
- (its x3): Display math mode.
- .: Is \cdot inside math mode.
- _ a _: Is _{a}. You can also use _{a} instead.
- ^ a ^: Is ^{a}. You can also use ^{a} instead.
- F/ {}{}: Is \frac{}{}.
- F// {}{}: Is \dfrac{}{}.
Arrows
- <=: Is \Leftarrow.
- =>: Is \Rightarrow.
- <-: Is \leftarrow.
- ->: Is \rightarrow.
- <=>: Is \Leftrightarrow.
- <->: Is \leftrightarrow.
- <\: Is \nwarrow.
- />: Is \nearrow.
- </: Is \swarrow.
- \>: Is \searrow.
- |^: Is \uparrow.
- |v: Is \uparrow.
- ||^: Is \uparrow.
- ||v: Is \uparrow.
- |^v: Is \updownarrow.
- ||^v: Is \Updownarrow.
- ->->: Is \rightrightarrows.
- <-<-: Is \leftleftarrows.
- |->: Is \mapsto.
- ->/2: Is \rightharpoonup.
- <-/2: Is \leftharpoonup.
- c->: Is \hookrightarrow.
- <-c: Is \hookleftarrow.
- >->: Is \rightarrowtail.
- <-<: Is \leftarrowtail.
- ->>: Is \twoheadrightarrow.
- <<-: Is \twoheadleftarrow.
- x->: Is \xrightarrow.
- <-x: Is \xleftarrow.
- x<->: Is \xleftrightarrow.
- x=>: Is \xRightarrow.
- <=x: Is \xLeftarrow.
- x<=>: Is \xLeftrightarrow.
Chapters and sections
- CHAPTER: Is \chapter.
- SECTION: Is \section.
- SUBSECTION: Is \subsection.
- SUBSUBSECTION: Is \subsection.
Embellishments
- ACUTE: Is \acute.
- BAR: Is \bar.
- BREVE: Is \breve.
- DOT: Is \dot.
- DDOT: Is \ddot.
- HAT: Is \hat.
- WHAT: Is \widehat.
- GRAVE: Is \grave.
- MATHRING: Is \mathring.
- VEC: Is \vec.
- TIL: Is \tilde.
- WTIL: Is \widetilde.
- UNDER_: Is \underline.
- OVER_: Is \overline.
- UNDER}: Is \underbrace.
- UNDER]: Is \underbracket.
- OVER]: Is \overbracket.
- UNDER->: Is \underrightarrow.
- OVER->: Is \overrightarrow.
- UNDER<-: Is \underleftarrow.
- OVER<-: Is \overleftarrow.
- UNDER<->: Is \underleftrightarrow.
- OVER<->: Is \overleftrightarrow.
- L<: Is \langle.
- R>: Is \rangle.
- |_: Is \lfloor.
- _|: Is \rfloor.
- |-: Is \lceil.
- -|: Is \rceil.
Environments
- CENTER: Is \begin{center}. Followed by END.
- ENUMERATE: Is \begin{enumerate}. Followed by END.
- ITEMIZE: Is \begin{itemize}. Followed by END.
- TABULAR: Is \begin{tabular}. Followed by END.
- CONJ: Is \begin{conjecture}. Followed by END.
- COR: Is \begin{corollary}. Followed by END.
- DEF: Is \begin{definition}. Followed by END.
- EXER: Is \begin{exercise}. Followed by END.
- LEM: Is \begin{lemma}. Followed by END.
- PROP: Is \begin{proposition}. Followed by END.
- REM: Is \begin{remark}. Followed by END.
- THM: Is \begin{theorem}. Followed by END.
Environments (math)
- ALIGN: Is \begin{align}. Followed by END.
- ALIGN*: Is \begin{align*}. Followed by END.
- EQU: Is \begin{equation}. Followed by END.
- EQU*: Is \begin{equation*}. Followed by END.
Figures
- FIGURE: Is \begin{figure}. Followed by END.
- GRAPHICS: Is \include{graphics}. Followed by END.
Matrices
- MAT: Is \begin{matrix}. Followed by END.
- PMAT: Is \begin{pmatrix}. Followed by END.
- BMAT: Is \begin{bmatrix}. Followed by END.
- BBMAT: Is \begin{Bmatrix}. Followed by END.
- VMAT: Is \begin{vmatrix}. Followed by END.
- VVMAT: Is \begin{Vmatrix}. Followed by END.
- CDOTS: Is \cdots.
- DDOTS: Is \ddots.
- LDOTS: Is \ldots.
- VDOTS: Is \vdots.
Order, equivalence and related
Exist in ΛaTeX, I will include them here later
Order, equivalence and related
Exist in ΛaTeX, I will include them here later
Sets and related
Exist in ΛaTeX, I will include them here later
Text and calligraphy
- ** a **: Is \textbf{a}.
- // a //: Is \textit{a}.
- BF aaa: Is \mathbf{aaa}.
- BB AAA: Is \mathbb{AAA}.
- CAL AAA: Is \mathcal{AAA}.
- FRAK AAA: Is \mathfrak{AAA}.
- RMN aaa: Is \mathrm{aaa}.
- SCR AAA: Is \mathscr{AAA}.
- TEXT: Is \text. Regular text inside math mode. Followed by END.
Miscellaneous
Exist in ΛaTeX, I will include them here later
Hosting service: Github

