Banner

Donate

You find LaTeX Community useful? Please donate! Learn why!

Amount:

Partner Sites

goLaTeX
TeXblog
TeXnicCenter

Who is online

In total there are 6 users online :: 0 registered, 0 hidden and 6 guests (based on users active over the past 5 minutes)
Most users ever online was 108 on Tue Jun 08, 2010 3:33 pm

Users browsing this forum: No registered users and 6 guests

EPS images

General information and discussion about TeXnicCenter

EPS images

Postby fratata on Wed Feb 21, 2007 12:42 pm

Hello

I don't know why my TeXnic Center doesn't accept *.EPS figures.


It says that it is an unknown file format... why?


I need to use *.eps images because with *.jpeg the quality would be lost.


Thank you

Fra
fratata
 
Posts: 3
Joined: Wed Feb 21, 2007 12:33 pm

Re: EPS images

Postby klumpp on Wed Feb 21, 2007 1:04 pm

Did you load the graphicx package with \usepackage{graphicx} in the header?
klumpp
 
Posts: 15
Joined: Mon Jan 15, 2007 10:01 am

Re: EPS images

Postby fratata on Wed Feb 21, 2007 6:58 pm

sure i did...
fratata
 
Posts: 3
Joined: Wed Feb 21, 2007 12:33 pm

Re: EPS images

Postby Kris on Thu Feb 22, 2007 8:54 am

Hi Fra,

can You give us an example of the error-code
and Your compiling-route?

something like:

Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
   \centering
      \includegraphics{test}
\end{figure}
\end{document}

compiled via LaTeX => DVI ...

Remember, EPS only works with the following compiling routes:
LaTeX => DVI
LaTeX => PS
LaTeX => PS => PDF


but not with LaTeX => PDF !!!

Greetings
Kris
User avatar
Kris
 
Posts: 60
Joined: Sun Jan 14, 2007 3:04 pm
Location: Frankfurt (Main), Germany

Re: EPS images

Postby EAGLE505 on Fri Mar 09, 2007 6:55 am

I encountered a similar problem. How do I enable compile routine Latex=>PS=>PDF?

I found the wizard in Build, Define Output Profiles.

The wizard built LaTeX=>PS=>PDF;

Latex=>PS=>PDF died in dvips. Dvips indicated the folllowing error:
Code: Select all
This is dvips(k) 5.95b Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.03.08:2313' -> GrphB.ps
<tex.pro><texps.pro><special.pro>. <cmr10.pfb><cmbx12.pfb>[1<clocklcopy.eps>
dvips: Could not find figure file ../IMG/clocklcopy.eps; continuing
]



Question I don't know why dvips couldnt find the same file that LaTex used to build GaphB.dvi.


That's it for tonight.
EAGLE505
 
Posts: 3
Joined: Thu Mar 08, 2007 10:51 pm

Re: EPS images

Postby Kris on Fri Mar 09, 2007 9:11 am

Hi EAGLE!

Have You tried to put clocklcopy.eps in the same directory
as Your tex-file(s)? There is a security problem with relative paths
for the standard call of dvips...

But You can add the option -R0 to the dvips call, which allows relative
paths...

Have fun!

Kris
User avatar
Kris
 
Posts: 60
Joined: Sun Jan 14, 2007 3:04 pm
Location: Frankfurt (Main), Germany

Re: EPS images

Postby Paulo on Mon Mar 12, 2007 5:48 pm

Hi, as posted by Kris, you can't generate latex => pdf using eps figures.

There are many solutions, but one is to convert you eps figure to pdf using a program called epstopdf
http://www.ctan.org/tex-archive/help/Ca ... topdf.html

You will need Ghostscript to be installed.

Paulo.
Paulo
 
Posts: 8
Joined: Fri Feb 16, 2007 12:28 pm

Re: EPS images

Postby EAGLE505 on Tue Mar 13, 2007 5:23 am

Smile
Keeping the eps file in the same directory as the source code fixed the problem.
Thanks to all especially Kris.
EAGLE505
 
Posts: 3
Joined: Thu Mar 08, 2007 10:51 pm

Re: EPS images

Postby Travis@mail.bg on Tue Mar 20, 2007 10:12 pm

I just googled the problem and found this post. I'm running TeXShop under OS X. I could convert to PDF, but than I'm getting messy placement in RevTeX sample file.

The way around is to choose "TeX and Ghostscript" in "Typeset" menu. Everything works OK so far, placement is correct and one gets .dvi as bonus.
Travis@mail.bg
 
Posts: 1
Joined: Tue Mar 20, 2007 9:58 pm

Re: EPS images

Postby jinx_the_minky on Thu Mar 29, 2007 4:04 pm

hey

i have been have the problem the first guy had, it will not show any picyures in a pdf file, it says Unknown graphics extension: .eps.

i belive it is because i have a Latex => PDF only set up but i have been unable to get the wizard or manuale produce Latex => PS => PDF so if some one could help that would be great??????

on my computer it produced the Latex => PS => PDF automaticly but i am using my parents and have just installed texnicCentre and i will not do it.
jinx_the_minky
 
Posts: 1
Joined: Thu Mar 29, 2007 3:54 pm

Next

Return to General

Who is online

Users browsing this forum: No registered users and 6 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group