Repository for the international webinar 2021, prepared with Jade, ITM, and Óbuda universities.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
\documentclass{article}
|
|
\usepackage{amsmath}
|
|
\usepackage{graphicx}
|
|
\begin{document}
|
|
\section{Simple figures}
|
|
\label{sec:simple}
|
|
|
|
This is a simple figure; see \figurename{} \ref{fig:fig-example}.
|
|
\begin{figure}[!htb]
|
|
\centering
|
|
\includegraphics[width=3.5in]{example-image-a}
|
|
\caption{Figure's caption.}
|
|
\label{fig:fig-example}
|
|
\end{figure}
|
|
\end{document}
|