\documentclass{article}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
Inside \begin{document} I have:
\begin{figure}
\centering
\includegraphics{supremum}
\end{figure}
supremum.gif is a gif file inside the same file as this .tex file. I have looked into other solutions but none have worked for me so far.