Graphics, Figures & Tables ⇒ Import figures to OVERLEAF
Import figures to OVERLEAF
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 (156.06 KiB) Viewed 2772 times
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
welcome to the forum!
Avoid blank spaces in file names. It could work though if you also load the

\usepackage{grffile}
Stefan