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.
  6. THMS: Inside the INNIT environment, it provides premade code for theorem-like boxes.
  7. THMSGR: Inside the INNIT environment, it provides premade code for theorem-like boxes, in Greek.
  8. NEWCOMMAND .. IS ... END: Defines a new command as \newcommand{..}{...}.
  9. NEWCOMMAND .. [.] IS ... END: Defines a new command as \newcommand{..}[.]{...}. More than one bracket can be used too.
  10. DECLMATH .. IS ... END: Defines a new operator as \DeclareMathOperator{..}{...}.
  11. DECLMATH* .. IS ... END: Defines a new operator with indices as \DeclareMathOperator*{..}{...}.
  12. TITLE ...: Is \title{ ... }. Ends by line change.
  13. AUTHOR ... : Is \author{ ... }. (Affiliations AUTHOR [1] ... can be used to, in combination with AFFIL ...). Ends with line change.
  14. DATE ... : Is \date{ ... }. TODAY (\today) exists too. Ends with line change.
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. SQRT: Is \sqrt.
  7. F/ {}{}: Is \frac{}{}.
  8. 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. PART: Is \part. Ends with line.
  2. CHAPTER: Is \chapter. Ends with line.
  3. SECTION: Is \section. Ends with line.
  4. SUBSECTION: Is \subsection. Ends with line.
  5. SUBSUBSECTION: Is \subsection. Ends with line.
  6. APPENDIX: Is \appendix.
  7. APPENDIXPAGE: Is \appendixpage.
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. BIBLIOGRAPHY: Is \begin{thebibliography}. Followed by END.
  2. CENTER: Is \begin{center}. Followed by END.
  3. ENUMERATE: Is \begin{enumerate}. Followed by END.
  4. FOOTNOTE: Is \footnote{...}. Followed by END.
  5. ITEMIZE: Is \begin{itemize}. Followed by END.
  6. ##: Is \item, except in BIBLIOGRAPHY, in which it is \bibitem.
  7. ITEM: Is \item.
  8. TABULAR: Is \begin{tabular}. Followed by END.
  9. CONJ: Is \begin{conjecture}. Followed by END.
  10. COR: Is \begin{corollary}. Followed by END.
  11. DEF: Is \begin{definition}. Followed by END.
  12. EXER: Is \begin{exercise}. Followed by END.
  13. LEM: Is \begin{lemma}. Followed by END.
  14. PROP: Is \begin{proposition}. Followed by END.
  15. REM: Is \begin{remark}. Followed by END.
  16. 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.
Font size
  1. TINY: Is \tiny.
  2. SCRIPTSIZE: Is \scriptsize.
  3. FOOTNOTESIZE: Is \footnotesize.
  4. SMALL: Is \small.
  5. NORMALSIZE: Is \normalsize.
  6. LARGE: Is \large.
  7. LLARGE: Is \Large.
  8. LLLARGE: Is \LARGE.
  9. HUGE: Is \huge.
  10. HHUGE: Is \Huge.
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.
Operators and functions
  1. ETH: Is \eth.
  2. NAB: Is \nabla.
  3. INT: Is \int.
  4. IINT: Is \iint.
  5. IIINT: Is \iiint.
  6. IIIINT: Is \iiiint.
  7. OINT: Is \oint.
  8. PD: Is \partial.
  9. PROD: Is \prod.
  10. COPROD: Is \coprod.
  11. SUM: Is \sum.
  12. |E: Is \mathbb{E}.
  13. |P: Is \mathbb{P}.
  14. |V: Is \mathbb{V}.
  15. ARCSIN: Is \arcsin.
  16. SIN: Is \sin.
  17. ARCCOS: Is \arccos.
  18. COS: Is \cos.
  19. ARCTAN: Is \arctan.
  20. TAN: Is \tan.
  21. COT: Is \cot.
  22. SEC: Is \sec.
  23. CSC: Is \csc.
  24. SINH: Is \sinh.
  25. COSH: Is \cosh.
  26. TANH: Is \tanh.
  27. COTH: Is \coth.
  28. MAX: Is \max.
  29. MIN: Is \min.
  30. SUP: Is \sup.
  31. INF: Is \inf.
Order, equivalence and related
  1. <,=: Is \leqslant.
  2. >,=: Is \geqslant.
  3. <,~: Is \lesssim.
  4. >,~: Is \gtrsim.
  5. <,~~: Is \lessapprox.
  6. >,~~: Is \gtrapprox.
  7. <<: Is \ll.
  8. >>: Is \gg.
  9. ==: Is \equiv.
  10. ~~: Is \sim.
  11. ~~~: Is \approx.
  12. ~=: Is \leqslant.
  13. /=: Is \neq.
  14. NEQ: Is \neq.
Sets and related
  1. ALEPH: Is \aleph.
  2. IN: Is \in.
  3. NI: Is \ni.
  4. MID: Is \mid.
  5. MODELS: Is \models.
  6. NEG: Is \neg.
  7. FORALL: Is \forall.
  8. EXISTS: Is \exists.
  9. OPLUS: Is \oplus.
  10. OTIMES: Is \otimes.
  11. PERP: Is \perp.
  12. VDASH: Is \vdash.
  13. DASHV: Is \dashv.
  14. SBS: Is \subset.
  15. SPS: Is \supset.
  16. SPS=: Is \subseteq.
  17. SPS=: Is \supseteq.
  18. \: Is \backslash.
  19. /0: Is \emptyset.
  20. oo: Is \infty.
  21. CAP: Is \cap.
  22. cup: Is \cup.
  23. BCAP: Is \bigcap.
  24. BCUP: Is \bigcup.
  25. OR: Is \or.
  26. AND: Is \and.
  27. NOT: Is \not.
  28. TIMES: Is \times.
  29. |N: Is \mathbb{N}.
  30. |Z: Is \mathbb{Z}.
  31. |Q: Is \mathbb{Q}.
  32. |A: Is \mathbb{A}.
  33. |R: Is \mathbb{R}.
  34. |C: Is \mathbb{C}.
  35. |H: Is \mathbb{H}.
  36. |S: Is \mathbb{S}.
  37. IM: Is \Im.
  38. RE: Is \Re.
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. SCAPS Aaa: Is \textsc{Aaa}.
  9. SCR AAA: Is \mathscr{AAA}.
  10. TEXT: Is \text. Regular text inside math mode. Followed by END.
Miscellaneous
  1. ADDTOCONTENTSLINE: Is \addtocontentsline.
  2. BOT: Is \bot.
  3. BOX: Is \box.
  4. CITE: Is \cite.
  5. COLOR: Is \color.
  6. HBAR: Is \hbar.
  7. HFILL: Is \hfill.
  8. LABEL: Is \label{...}. Doesn't need braces.
  9. LaTeX: Is \LaTeX{}.
  10. LEFT: Is \left.
  11. MAKETITLE: Is \maketitle.
  12. NONUMBER: Is \NONUMBER.
  13. QED: Is \qed.
  14. REF: Is \ref{...}. Doesn't need braces.
  15. REFP: Is (\ref{...}). Doesn't need braces.
  16. RIGHT: Is \right.
  17. SKIP: Is \medskip.
  18. SQUARE: Is \square.
  19. TABLEOFCONTENTS: Is \tableofcontents.
  20. TOP: Is \top.
  21. TRIANGLE: Is \triangle.
  22. VFILL: Is \vfill.

Hosting service: Github