Brown Computer Science LaTeX Symbols Cheat Sheet [PDF]
Art of Problem Solving: LaTeX Symbols
Art of Problem Solving: LaTeX Layout
Art of Problem Solving: LaTeX Commands
LaTeX – Multiline equations, systems and matrices
- For the {array} tag, an align command (e.g.{c}{r}{lc}) is needed, but not for{matrix}
- Instead of \overset and \underset, use {matrix} to avoid shrinking the font size
- Different matrix tags are available with different parentheses, the \begin matrix tag and the \end matrix tag could be different (e.g. \begin{Bmatrix}…\end{vmatrix} note: tags are case sensitive)
Detexify, a website where you can draw a symbol and get suggested LaTeX equivalents
To achieve a simple overlapping of an underbrace and an overbrace, view this screenshot:
ADD SCREENSHOT
How to change font:
- Open Settings > QuickLaTeX in Pressbooks.
- Select the “Advanced” tab.
- Paste the following into the textbox: \usepackage{font package name}
- Example: \usepackage{mathptmx}
- Here is a list of fonts: https://www.overleaf.com/learn/latex/Font_typefaces