Inserting Images - Overleaf, Online LaTeX Editor
Latex can not manage images by itself, so we need to use the graphicx package. To use it, we include the following line in the preamble: \usepackage{graphicx} The command \graphicspath{ {./images/} } tells L a T e X that the images are kept in a folder named images under the directory of the main document.. The \includegraphics{universe} command is the one that actually included the image in ...