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 2845 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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