PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > problems with eps from grace
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

problems with eps from grace

Réponse
 
LinkBack Outils de la discussion
Vieux 15/11/2007, 18h50   #1
Marcelo Chiapparini
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut problems with eps from grace

Hello,

I am using etch and grace for plotting. With the version of grace in
etch, I am having problems when I save my graphs in eps format. Other
applications doesn't recognize this eps: Latex (texlive) and oo impress
are two examples. This two programas does recognize eps files from other
applications. Does anyone know about a fix or where can I find another
version of grace?

I am preparing a presentation with oo impress, and by now I am saving my
graphs in png format. But it is not the same as eps...

Thanks in advance.

Marcelo

--
Marcelo Chiapparini
chiappa@oi.com.br


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 16/11/2007, 04h10   #2
Kamaraju Kusumanchi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: problems with eps from grace

On Thu, 15 Nov 2007 16:48:23 -0200, Marcelo Chiapparini wrote:

> Hello,
>
> I am using etch and grace for plotting. With the version of grace in
> etch, I am having problems when I save my graphs in eps format. Other
> applications doesn't recognize this eps: Latex (texlive) and oo impress
> are two examples. This two programas does recognize eps files from other
> applications. Does anyone know about a fix or where can I find another
> version of grace?


What is the output of

file file_produced_from_grace.eps

Can you see your eps file using a eps viewer like gv without any problem?


hth
raju

--
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 16/11/2007, 13h00   #3
Marcelo Chiapparini
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: problems with eps from grace

On Fri, 2007-11-16 at 04:08 +0000, Kamaraju Kusumanchi wrote:
> On Thu, 15 Nov 2007 16:48:23 -0200, Marcelo Chiapparini wrote:
>
> > Hello,
> >
> > I am using etch and grace for plotting. With the version of grace in
> > etch, I am having problems when I save my graphs in eps format. Other
> > applications doesn't recognize this eps: Latex (texlive) and oo impress
> > are two examples. This two programas does recognize eps files from other
> > applications. Does anyone know about a fix or where can I find another
> > version of grace?

>
> What is the output of
>
> file file_produced_from_grace.eps
>
> Can you see your eps file using a eps viewer like gv without any problem?


Yes! I can see the eps file with gv, evince and acroread. But in Latex,
the epsfig package doesn't recognize the figure, and doesn't scale it.
And oo impress give the "unknown file format" message when I try to
include the file in a presentation. The problem is really annoying,
mostly with Latex, because I use Latex in work...

Thanks!

Marcelo






--
Marcelo Chiapparini
chiappa@oi.com.br


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 16/11/2007, 13h30   #4
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: problems with eps from grace

On Fri, Nov 16, 2007 at 10:52:10 -0200, Marcelo Chiapparini wrote:
> On Fri, 2007-11-16 at 04:08 +0000, Kamaraju Kusumanchi wrote:
> > On Thu, 15 Nov 2007 16:48:23 -0200, Marcelo Chiapparini wrote:
> >
> > > Hello,
> > >
> > > I am using etch and grace for plotting. With the version of grace in
> > > etch, I am having problems when I save my graphs in eps format. Other
> > > applications doesn't recognize this eps: Latex (texlive) and oo impress
> > > are two examples. This two programas does recognize eps files from other
> > > applications. Does anyone know about a fix or where can I find another
> > > version of grace?

> >
> > What is the output of
> >
> > file file_produced_from_grace.eps
> >
> > Can you see your eps file using a eps viewer like gv without any problem?

>
> Yes! I can see the eps file with gv, evince and acroread. But in Latex,
> the epsfig package doesn't recognize the figure, and doesn't scale it.
> And oo impress give the "unknown file format" message when I try to
> include the file in a presentation. The problem is really annoying,
> mostly with Latex, because I use Latex in work...


If gv can display the problematic EPS file then maybe ghostscript can
"distil" it into something that is usable by latex and OOo:

eps2eps old.eps new.eps

Sometimes I find that the best result (i.e. smallest file size while
preserving high print quality) can be achieved by going to pdf and back:

pstopdf old.eps
pdftops -eps old.pdf new.eps

(Eps2eps is part of ghostscript itself; I use pstopdf from package "context" and
pdftops from "poppler-utils".)

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 16/11/2007, 18h40   #5
Jon Leonard
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: problems with eps from grace

On Fri, Nov 16, 2007 at 10:52:10AM -0200, Marcelo Chiapparini wrote:
> On Fri, 2007-11-16 at 04:08 +0000, Kamaraju Kusumanchi wrote:
> > On Thu, 15 Nov 2007 16:48:23 -0200, Marcelo Chiapparini wrote:
> >
> > > Hello,
> > >
> > > I am using etch and grace for plotting. With the version of grace in
> > > etch, I am having problems when I save my graphs in eps format. Other
> > > applications doesn't recognize this eps: Latex (texlive) and oo impress
> > > are two examples. This two programas does recognize eps files from other
> > > applications. Does anyone know about a fix or where can I find another
> > > version of grace?

> >
> > What is the output of
> >
> > file file_produced_from_grace.eps
> >
> > Can you see your eps file using a eps viewer like gv without any problem?

>
> Yes! I can see the eps file with gv, evince and acroread. But in Latex,
> the epsfig package doesn't recognize the figure, and doesn't scale it.
> And oo impress give the "unknown file format" message when I try to
> include the file in a presentation. The problem is really annoying,
> mostly with Latex, because I use Latex in work...


What do the first few lines of the .eps file look like? There should be
a few lines at the top that start with %, indicating what sort of
PostScript file it is.

A minimal set looks something like this:

%!PS-Adobe-3.0 ESPF-3.0
%%BoundingBox: 0 0 72 72

Based on the observed behavior it sounds like it's something else, which
is presumably due to a bug in grace.

The actual rules for what the headers can look like are complicated,
so it's probably best to just paste them verbatim.

Jon Leonard


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 04h35.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,17398 seconds with 13 queries