Document ClassesProblem with \includegraphics - PDF graphics not rendering

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
wenglock
Posts: 2
Joined: Mon Oct 13, 2008 3:18 pm

Problem with \includegraphics - PDF graphics not rendering

Post by wenglock »

Hi there,

Good day one and all! I am having a little trouble getting a PDF vector image rendered in my LaTeX document. The offending code is included as follows -

Code: Select all

...
\usepackage[graphicx]
...
\includegraphics[scale=0.6]{workflow_cc.pdf}
...
However, that renders to become a box with just the filename inside it like such -

Image

Has anyone encountered this before?

Thanks for all your help!

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Problem with \includegraphics - PDF graphics not rendering

Post by Stefan Kottwitz »

Hi Wenglock,

welcome to the board!
Perhaps you've set a draft option. Check the line calling \documentclass at the beginning of your document if there's the option draft used. In that case just remove draft or replace it by final.

Stefan
LaTeX.org admin
wenglock
Posts: 2
Joined: Mon Oct 13, 2008 3:18 pm

Re: Problem with \includegraphics - PDF graphics not rendering

Post by wenglock »

Hi there Stefan,

Indeed that was the problem. Thanks so much for your help! You've just saved me a night of worrying.

Cheers,
Wenglock.
Post Reply