HomeResearchNotes & BooksNews & SeminarsMisc

✾ Commands for ΛacTeX

UNDER CONSTRUCTION, MISSING STUFF

Before the start of the document
  1. VERS: Specifies the version of TeX used to compile the document. It can be pdflatex, lualatex, etc.
  2. CLASS: Specifies class.
  3. INPUT: Inputs files. Followed by END.
  4. PAC: Include packages. Followed by END.
  5. INNIT: Includes pre-made code. Followed by END.
Basic math
  1.    (its  x2): Regular math mode.
  2.     (its  x3): Display math mode.
  3. .: Is \cdot inside math mode.
  4. _ a _: Is _{a}. You can also use _{a} instead.
  5. ^ a ^: Is ^{a}. You can also use ^{a} instead.
  6. F/ {}{}: Is \frac{}{}.
  7. F// {}{}: Is \dfrac{}{}.
Arrows
  1. <=: Is \Leftarrow.
  2. =>: Is \Rightarrow.
  3. <-: Is \leftarrow.
  4. ->: Is \rightarrow.
  5. <=>: Is \Leftrightarrow.
  6. <->: Is \leftrightarrow.
  7. <\: Is \nwarrow.
  8. />: Is \nearrow.
  9. </: Is \swarrow.
  10. \>: Is \searrow.
  11. |^: Is \uparrow.
  12. |v: Is \uparrow.
  13. ||^: Is \uparrow.
  14. ||v: Is \uparrow.
  15. |^v: Is \updownarrow.
  16. ||^v: Is \Updownarrow.
  17. ->->: Is \rightrightarrows.
  18. <-<-: Is \leftleftarrows.
  19. |->: Is \mapsto.
  20. ->/2: Is \rightharpoonup.
  21. <-/2: Is \leftharpoonup.
  22. c->: Is \hookrightarrow.
  23. <-c: Is \hookleftarrow.
  24. >->: Is \rightarrowtail.
  25. <-<: Is \leftarrowtail.
  26. ->>: Is \twoheadrightarrow.
  27. <<-: Is \twoheadleftarrow.
  28. x->: Is \xrightarrow.
  29. <-x: Is \xleftarrow.
  30. x<->: Is \xleftrightarrow.
  31. x=>: Is \xRightarrow.
  32. <=x: Is \xLeftarrow.
  33. x<=>: Is \xLeftrightarrow.
Chapters and sections
  1. CHAPTER: Is \chapter.
  2. SECTION: Is \section.
  3. SUBSECTION: Is \subsection.
  4. SUBSUBSECTION: Is \subsection.
Embellishments
  1. ACUTE: Is \acute.
  2. BAR: Is \bar.
  3. BREVE: Is \breve.
  4. DOT: Is \dot.
  5. DDOT: Is \ddot.
  6. HAT: Is \hat.
  7. WHAT: Is \widehat.
  8. GRAVE: Is \grave.
  9. MATHRING: Is \mathring.
  10. VEC: Is \vec.
  11. TIL: Is \tilde.
  12. WTIL: Is \widetilde.
  13. UNDER_: Is \underline.
  14. OVER_: Is \overline.
  15. UNDER}: Is \underbrace.
  16. UNDER]: Is \underbracket.
  17. OVER]: Is \overbracket.
  18. UNDER->: Is \underrightarrow.
  19. OVER->: Is \overrightarrow.
  20. UNDER<-: Is \underleftarrow.
  21. OVER<-: Is \overleftarrow.
  22. UNDER<->: Is \underleftrightarrow.
  23. OVER<->: Is \overleftrightarrow.
  24. L<: Is \langle.
  25. R>: Is \rangle.
  26. |_: Is \lfloor.
  27. _|: Is \rfloor.
  28. |-: Is \lceil.
  29. -|: Is \rceil.
Environments
  1. CENTER: Is \begin{center}. Followed by END.
  2. ENUMERATE: Is \begin{enumerate}. Followed by END.
  3. ITEMIZE: Is \begin{itemize}. Followed by END.
  4. TABULAR: Is \begin{tabular}. Followed by END.
  5. CONJ: Is \begin{conjecture}. Followed by END.
  6. COR: Is \begin{corollary}. Followed by END.
  7. DEF: Is \begin{definition}. Followed by END.
  8. EXER: Is \begin{exercise}. Followed by END.
  9. LEM: Is \begin{lemma}. Followed by END.
  10. PROP: Is \begin{proposition}. Followed by END.
  11. REM: Is \begin{remark}. Followed by END.
  12. THM: Is \begin{theorem}. Followed by END.
Environments (math)
  1. ALIGN: Is \begin{align}. Followed by END.
  2. ALIGN*: Is \begin{align*}. Followed by END.
  3. EQU: Is \begin{equation}. Followed by END.
  4. EQU*: Is \begin{equation*}. Followed by END.
Figures
  1. FIGURE: Is \begin{figure}. Followed by END.
  2. GRAPHICS: Is \include{graphics}. Followed by END.
Matrices
  1. MAT: Is \begin{matrix}. Followed by END.
  2. PMAT: Is \begin{pmatrix}. Followed by END.
  3. BMAT: Is \begin{bmatrix}. Followed by END.
  4. BBMAT: Is \begin{Bmatrix}. Followed by END.
  5. VMAT: Is \begin{vmatrix}. Followed by END.
  6. VVMAT: Is \begin{Vmatrix}. Followed by END.
  7. CDOTS: Is \cdots.
  8. DDOTS: Is \ddots.
  9. LDOTS: Is \ldots.
  10. 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
  1. ** a **: Is \textbf{a}.
  2. // a //: Is \textit{a}.
  3. BF aaa: Is \mathbf{aaa}.
  4. BB AAA: Is \mathbb{AAA}.
  5. CAL AAA: Is \mathcal{AAA}.
  6. FRAK AAA: Is \mathfrak{AAA}.
  7. RMN aaa: Is \mathrm{aaa}.
  8. SCR AAA: Is \mathscr{AAA}.
  9. TEXT: Is \text. Regular text inside math mode. Followed by END.
Miscellaneous

Exist in ΛaTeX, I will include them here later

Hosting service: Github