-
Notifications
You must be signed in to change notification settings - Fork 0
Figures
Maximilian Kürschner edited this page May 10, 2021
·
2 revisions
Input:
\begin{figure}[H] %H to display it exactly where its in the code
\center %centers image
\includegraphics[scale = 0.3]{Logo} %image in 'pictures' directory, scaled down to 30%
\caption{caption} %will be the caption of the image
\label{fig:Logo} %used to reference figure in text
\end{figure}
\noindent %to remove indentation after figureOutput:

LaTeX Introduction
- Hierarchy
- Figures
- Table
- Code
- Referencing
- Enumerations
- Citation
- Acronyms
- Special characters
- Page layout
- Hyphenation
Other tools