Graphics, Figures & Tablesincludegraphics for png/pdf images

Information and discussion about graphics, figures & tables in LaTeX documents.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

includegraphics for png/pdf images

Post by Johannes_B »

You most likely got your code (or parts of it) somewhere off the internet. Problem is, the internet is littered with obsolet and/or wrong stuff.

There is no need to give the driver as a gloabl or local option. The packages decide themselves what to do.

Now, take your code, search for dvips and delete it.
If you do not find it because you are using a bad template (btw, all templates are bad), get yourself an introduction, invest some time in reading and trash the template.
But on the other hand, if everybody would do that, we helpers had nothing to do anymore, since every user could help himself.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.

Recommended reading 2024:

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

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

asafw
Posts: 37
Joined: Sun Jun 10, 2012 12:33 pm

Re: includegraphics for png/pdf images

Post by asafw »

Thank you, Johannes! removing "dvips" from "\usepackage[dvips]{graphicx}" in my template did the job indeed..
You guys are always so helpful.. thank you!
Asaf
Post Reply