Results 1 to 3 of 3

Thread: No image in pdflatex output

  1. #1
    Join Date
    Jan 2008
    Beans
    33
    Distro
    Ubuntu 8.10 Intrepid Ibex

    No image in pdflatex output

    So, I'm having the weirdest problem:

    I have a latex script and I have a personalized title page. And I tried to put an image in it.
    So I wrote:

    \usepackage[pdftex]{graphix}
    ...
    \includegraphics[scale=1}{image.png}


    when I run pdflatex myfile.tex id doesn't give me any warnings or errors. But when I run evince myfile.pdf The is just a bounding box with no picture in it and a big caption saying "image.png"

    Anyone has got any Idea what's going on?
    "There's no sin except stupidity"

  2. #2
    Join Date
    Oct 2007
    Beans
    441

    Re: No image in pdflatex output

    Easiest way to get help with latex is to make a minimal example: http://theoval.sys.uea.ac.uk/~nlct/latex/minexample/

    However here the problem seems to be mixed brackets:
    \includegraphics[scale=1}{image.png}

  3. #3
    Join Date
    Jan 2008
    Beans
    33
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: No image in pdflatex output

    OOPS.

    Sorry you all, I realized I was in draft mode... had forgotten all about it.

    but I leave the tip: if you are in draft mode picture will not show!


    cheers
    "There's no sin except stupidity"

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •