LaTex Frequently used commands
Chester Wyke June 23, 2023 Updated: April 15, 2025 #latexSymbol List
University of Oregon Symbol List
Aligned Math Environment
\begin{equation*}\end{equation*}
Center each line individually
\begin{center}
\end{center}
Centers everything in its argument
\centerline
Bold
Underline
Italic
Summation with super and subscript
Binomial coefficient or all combinations
N Choose K
Table
\begin{center}
\end{center}
Enumerated Document List (Alternate counting types)
Dots
Writing line (like multiple full stops)
Vertically centered like multiple \cdot
Vertical dots
Diagonal dots
Links
URL
Source: https://www.overleaf.com/learn/latex/Hyperlinks
Requires \usepackage{hyperref}
Vertically stacked things
Puts one thing on top of the other without a line between
\underset
Brackets
\lbrace \rbrace
\langle \rangle
\lfloor \rfloor
ARG MIN / MAX
Horizontal Rule
Entire width of the page
\noindent
2cm long line
\noindent\rule
Text width
Special Chars
Lower case cursive L
Figure
\begin{figure}
\centering
\caption
\end{figure}
Include a PDF in document
\includepdf[pages=-,pagecommand= ]
Start numbering from page after title
\begin{document}
\maketitle
\thispagestyle
\clearpage
\pagenumbering
\end{document}