- Bold -
\textbf{...}
- Italics -
\textit{...}
- Underline -
\underline{...}
graphicx
package to insert images
\usepackage{graphicx}
LaTeX package to import graphics`
\graphicspath{{images/}}
configuring the graphicx package
\includegraphics{universe}
figure
environment to add labels, captions, and references to images
- Unordered lists
\begin{itemize}
\item The individual entries are indicated with a black dot, a so-called bullet.
\item The text in the entries may be of any length.
\end{itemize}
\begin{enumerate}
\item This is the first entry in our list.
\item The list numbers increase with each entry we add.
\end{enumerate}