Graphics, Figures & Tablesgraphicx | No Output when included

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
bovine_buddha
Posts: 2
Joined: Sun Jul 31, 2011 8:37 pm

graphicx | No Output when included

Post by bovine_buddha »

Hi. I can't get this simple code to produce any output:

Code: Select all

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{graphicx}

\begin{document}
  Hello World!
\end{document}
It works fine if I remove the graphicx line, but with it, everything compiles with no errors, yet there is no output file. I'm using MikTex 2.9 and TexnicCenter RC1, and LaTeX => PDF.

I do get output when selecting DVI or PS as outputs, but I need to have the pdf converter.

I have tried replacing the graphicx from this URL http://mathstore.ac.uk/iwsm/documents/graphicx.sty in case it was anything wrong with it, saw it suggested on another forum.

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

Re: graphicx | No Output when included

Post by Stefan Kottwitz »

Hi,

I suggest to use only graphicx from your TeX installation or from CTAN.
Do you get any error or warning? Perhaps post your .log file here as attachment to a post.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

graphicx | No Output when included

Post by localghost »

A well known issue [1]. Try the suggested remedy.

[1] MiKTeX 2.9 Issues


Best regards and welcome to the board
Thorsten
bovine_buddha
Posts: 2
Joined: Sun Jul 31, 2011 8:37 pm

Re: graphicx | No Output when included

Post by bovine_buddha »

That solved it!

Thank you very much!
Post Reply