Graphics, Figures & TablesImages do not appear

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

Images do not appear

Post by nounouuuuu201186 »

Hi,

I'm compiling a LaTeX document but all images do not appear after compiling although I have compiled several times.
any help?

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: 10350
Joined: Mon Mar 10, 2008 9:44 pm

Images do not appear

Post by Stefan Kottwitz »

Hi,
  • check if you have the draft option enabled, for the \documentclass command at the beginning of the document. If yes, images would not be included, so remove it.
  • Ensure that you use the right engine, i.e. use pdfLaTeX for including images in png, jpg or pdf format, and LaTeX in DVI mode for eps images.
  • Don't use spaces in file or path names, or load the grffile package if you really need that.
If you need further help, please post more information, such as warnings or error messages, or even the .log file as attachment.

Stefan
LaTeX.org admin
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

Re: Images do not appear

Post by nounouuuuu201186 »

thanks. I compile with latex then I convert DVI to PDF and all images appear :)
Post Reply