Graphics, Figures & TablesImport figures to OVERLEAF

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
PWS
Posts: 1
Joined: Mon Sep 24, 2018 6:53 pm

Import figures to OVERLEAF

Post by PWS »

Hello,

I've been used to use Overleaf before it merged with Sharelatex.
I now struggle to import figures with more complex names than just a word. How do I get the path easely on Overleaf v2?

Example:

\begin{figure}[H]
\centering
\includegraphics[scale=0.3]{path} %% for instance I imported a figure named: "W1 - course work - flows.png", what's the path?
\label{Course work - flows}
\end{figure}

Thanks for helping me out with this trival question.

Best regards,
PWS
Attachments
Screen Shot 2018-09-24 at 19.04.07.png
Screen Shot 2018-09-24 at 19.04.07.png (156.06 KiB) Viewed 2772 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

Import figures to OVERLEAF

Post by Stefan Kottwitz »

Hi PWS,

welcome to the forum!

Avoid blank spaces in file names. It could work though if you also load the grffile package:

\usepackage{grffile}

Stefan
LaTeX.org admin
Post Reply