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
Graphics, Figures & Tables ⇒ Import figures to OVERLEAF
Import figures to OVERLEAF
- Attachments
-
- Screen Shot 2018-09-24 at 19.04.07.png (156.06 KiB) Viewed 2782 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
Import figures to OVERLEAF
Hi PWS,
welcome to the forum!
Avoid blank spaces in file names. It could work though if you also load the
grffile package:
Stefan
welcome to the forum!
Avoid blank spaces in file names. It could work though if you also load the

\usepackage{grffile}
Stefan
LaTeX.org admin