Graphics, Figures & TablesIncluded Figure does not appear

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Oresivi
Posts: 1
Joined: Fri Nov 11, 2011 2:06 pm

Included Figure does not appear

Post by Oresivi »

Hi guys!I am new with Latex but I started writing my report for a university project so I downloaded Latex from TeXnicCenter and MikTex 2.9. I face a problem with .png files. I searched through the site and the internet but I cannot solve a problem. I want to include some images(.png) in the report that I downloaded from the internet. I have included in my tex \usepackage[pdftex]{graphicx} before the \begin{document} and I write this code:

Code: Select all

\begin{figure}
  \centering
  \includegraphics{Picture1.png}
  \caption{Connectivity Model}
  \label{fig:Picture1}
\end{figure}
When I compile it (Latex=>PDF) I get no errors but the image doesn't appear in my pdf file!!!It shows only:pdftex graphictex at the top and at the bottom:[scale=0.85] picture1.pdf What do I do wrong? The picture analysis is 1350x750 if it plays some role. However, I tried with a 201x138 image but still doesn't work.Any idea?
Last edited by localghost on Fri Nov 11, 2011 8:18 pm, edited 1 time in total.

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Included Figure does not appear

Post by localghost »

MiKTeX 2.9 Issues


Best regards and welcome to the board
Thorsten
Post Reply