Files
memoir/content/latex/images.md
2025-09-06 19:19:45 +02:00

373 B
Executable File

Images

\usepackage{graphicx}

% Relative to .tex file
\graphicspath{ {../images/} }

\begin{figure}[h]
  \label{fig:cat}
  \caption{Miaaauu}
  \centering
  \includegraphics[width=0.6\textwidth]{cat.png}
\end{figure}

Some cat here! \ref{fig:cat}

https://www.overleaf.com/learn/latex/Inserting_Images