Hello,
I just start using Latex and i've a little problem when i want to insert a figure with TexnicCenter: it's an .eps figure and i want to do LaTeX=>pdf. The insertion works when i use Kyle at university, but at home i've TexnicCenter and with the same code it doesn't work (the pdf is created, but instead of the figure there's a white area) . Is it normal? Do i have to change the code for TexnicCenter?
Sometimes i've this error:
LaTeX Error: Unknown graphics extension: .eps.
which is quite strange.. did i forget to download a library or something like that?
Thank you for your help!
General ⇒ Inserting a figure with Texniccenter
NEW: TikZ book now 40% off at Amazon.com for a short time.
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
Re: Inserting a figure with Texniccenter
In TeXnicCenter, LaTeX => PDF means compiling with pdfLaTeX. Thus only pdf, jpg, and png graphics are supported.
I would recommend setting TeXnicCenter for a LaTeX => PS => PDF build. How to do this by importing a build profile was previously discussed here: http://latex-community.org/viewtopic.ph ... 302&hilit=
That should solve your problem.
Patrick.
I would recommend setting TeXnicCenter for a LaTeX => PS => PDF build. How to do this by importing a build profile was previously discussed here: http://latex-community.org/viewtopic.ph ... 302&hilit=
That should solve your problem.
Patrick.
- countbela666
- Posts: 64
- Joined: Thu Apr 26, 2007 2:44 pm
Inserting a figure with Texniccenter
Some additional possibilities to solve your problem are listed in this thread: http://latex-community.org/viewtopic.php?f=5&t=283.
Regards
Marcel
Regards
Marcel
Listen to me children of the night, beyond the doors of darkness you will find
a thousand worlds for you to see here, take my hand and follow me...
a thousand worlds for you to see here, take my hand and follow me...
Re: Inserting a figure with Texniccenter
I have the same problem. I tried all options: latex->pdf, latex->ps->pdf, I tried to insert .eps files or .jpg files. Nothing works!
Re: Inserting a figure with Texniccenter
I did what pumpkinegan said above and it worked fine. Thanks