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.

14 lines
361 B

3 years ago
  1. \documentclass{article}
  2. \usepackage{amsmath}
  3. \usepackage{graphicx}
  4. \begin{document}
  5. \section{Simple figures}
  6. \label{sec:simple}
  7. This is a simple figure; see \figurename{} \ref{fig:fig-example}.
  8. \begin{figure}[!htb]
  9. \centering
  10. \includegraphics[width=3.5in]{example-image-a}
  11. \caption{Figure's caption.}
  12. \label{fig:fig-example}
  13. \end{figure}
  14. \end{document}