Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Importing Graphics

  • 22-11-2009 11:07pm
    #1
    Closed Accounts Posts: 6,609 ✭✭✭


    So, I have a graph called fditax.eps in the folder where my tex file, etc are held.

    I am running these packages:
    \usepackage{graphicx}
    \usepackage{epsfig}
    

    and I am using this command environment:
    \begin{figure}[h]
    \begin{centering}
    \includegraphics[height=3in]{fditax}
    \end{centering}
    \end{figure}
    

    and latex is telling me that it cannot find 'fditax'.

    :confused:


Comments

  • Registered Users, Registered Users 2 Posts: 26,578 ✭✭✭✭Turtwig


    Don't you need the extension .eps ("fditax.eps") in \includegraphics[height=3in]{fditax}??
    Sometimes it works, for me without, other times it doesn't.:confused:

    Oh and Flamed, silly question, but do you have any text in the document?


  • Registered Users, Registered Users 2 Posts: 8,452 ✭✭✭Time Magazine


    I've rarely had joy including .eps files. The easiest thing, I've found, is to convert them to JPG and run with it that way.


  • Closed Accounts Posts: 8,983 ✭✭✭leninbenjamin


    what compiler are you running? the images you use depend on it. if you're using PDFlatex or pdftex then you can't use eps, only jpeg, png or pdf.


Advertisement