GeneralEPS images

General information and discussion about TeXnicCenter
fratata
Posts: 3
Joined: Wed Feb 21, 2007 1:33 pm

EPS images

Post by fratata »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
klumpp
Posts: 15
Joined: Mon Jan 15, 2007 11:01 am

Re: EPS images

Post by klumpp »

Did you load the graphicx package with \usepackage{graphicx} in the header?
fratata
Posts: 3
Joined: Wed Feb 21, 2007 1:33 pm

Re: EPS images

Post by fratata »

sure i did...
User avatar
Kris
Posts: 56
Joined: Sun Jan 14, 2007 4:04 pm

EPS images

Post by Kris »

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
Last edited by Kris on Thu Feb 22, 2007 9:54 am, edited 1 time in total.
EAGLE505
Posts: 2
Joined: Thu Mar 08, 2007 11:51 pm

EPS images

Post by EAGLE505 »

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
] 

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


That's it for tonight.
Last edited by EAGLE505 on Fri Mar 09, 2007 7:55 am, edited 1 time in total.
User avatar
Kris
Posts: 56
Joined: Sun Jan 14, 2007 4:04 pm

EPS images

Post by Kris »

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
Last edited by Kris on Fri Mar 09, 2007 10:11 am, edited 1 time in total.
Paulo
Posts: 7
Joined: Fri Feb 16, 2007 1:28 pm

EPS images

Post by Paulo »

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.
Last edited by Paulo on Mon Mar 12, 2007 6:48 pm, edited 1 time in total.
EAGLE505
Posts: 2
Joined: Thu Mar 08, 2007 11:51 pm

Re: EPS images

Post by EAGLE505 »

:)
Keeping the eps file in the same directory as the source code fixed the problem.
Thanks to all especially Kris.
jinx_the_minky
Posts: 1
Joined: Thu Mar 29, 2007 4:54 pm

Re: EPS images

Post by jinx_the_minky »

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.
sdbrad
Posts: 1
Joined: Sun Apr 29, 2007 11:51 pm

Re: EPS images

Post by sdbrad »

I am having this problem as well.

How can I produce "LaTeX=>PS=>PDF"?

-sdbrad
Post Reply