Skip to content

Firstly, in order to include an image in a document on Overleaf, you need to upload the image file from your computer using the "Upload files" button in the project menu:

Upload files button above the file list panel


Then you can include them in your document using the \includegraphics command, such as in this example:

\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=\textwidth]{YOUR-FILE-NAME-HERE}
\end{document}

Additional help and information

The following help articles discuss other aspects of using images with LaTeX and/or Overleaf:

Overleaf guides

LaTeX Basics

Mathematics

Figures and tables

References and Citations

Languages

Document structure

Formatting

Fonts

Presentations

Commands

Field specific

Class files

Advanced TeX/LaTeX