Skip to content

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 figure

Output:

figure-image

Clone this wiki locally