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

