Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Angus Leeming
On Friday 19 April 2002 2:51 am, R. Lahaye wrote: Hi, I'm writing a paper with LyX-CVS using Grace (.agr) graphics files, which is extremely convenient since Grace is my 2D graphics application. No need for manual conversions: LyX does that for me and my graphics in LyX is always

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Angus Leeming wrote: On Friday 19 April 2002 2:51 am, R. Lahaye wrote: Hi, I'm writing a paper with LyX-CVS using Grace (.agr) graphics files, which is extremely convenient since Grace is my 2D graphics application. No need for manual conversions: LyX does that for me and my graphics in LyX

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Juergen Vigna
On 19-Apr-2002 Herbert Voss wrote: Angus, I think Rob means that file-export-latex should not write the original filename. for example: \includegraphics[...]{my.agr} is the original latex code. Rob wants it as my.eps in the exported texfile. But can't we anymore have

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Angus Leeming
On Friday 19 April 2002 9:53 am, Herbert Voss wrote: Angus Leeming wrote: On Friday 19 April 2002 2:51 am, R. Lahaye wrote: Hi, I'm writing a paper with LyX-CVS using Grace (.agr) graphics files, which is extremely convenient since Grace is my 2D graphics application. No need for manual

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Juergen Vigna wrote: On 19-Apr-2002 Herbert Voss wrote: Angus, I think Rob means that file-export-latex should not write the original filename. for example: \includegraphics[...]{my.agr} is the original latex code. Rob wants it as my.eps in the exported texfile. But can't we anymore

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread R. Lahaye
Herbert Voss wrote: Angus, I think Rob means that file-export-latex should not write the original filename. for example: \includegraphics[...]{my.agr} is the original latex code. Rob wants it as my.eps in the exported texfile. Yes, indeed, that's what I was referring to. Within LyX

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Angus Leeming wrote: Ok. Understood. However, I can now anticipate the next user request: it'd be nice if LyX did this all for me. your right! maybe a question for 1.3 or not ... Herbert -- http://www.lyx.org/help/

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Angus Leeming
On Friday 19 April 2002 10:14 am, Herbert Voss wrote: Angus Leeming wrote: Ok. Understood. However, I can now anticipate the next user request: it'd be nice if LyX did this all for me. your right! maybe a question for 1.3 or not ... Herbert We already have a bug blocking 1.2 in this

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Ok. Understood. However, I can now anticipate the next user Angus request: it'd be nice if LyX did this all for me. Angus Ie, on export to LaTeX move the generated eps files from /tmp Angus to the working directory Angus (Perhaps with an

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Jean-Marc Lasgouttes
R == R Lahaye [EMAIL PROTECTED] writes: R Herbert Voss wrote: Angus, I think Rob means that file-export-latex should not write the original filename. for example: \includegraphics[...]{my.agr} is the original latex code. Rob wants it as my.eps in the exported texfile. R Yes, indeed,

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Andre Poenitz
On Fri, Apr 19, 2002 at 10:05:45AM +0100, Angus Leeming wrote: Ok. Understood. However, I can now anticipate the next user request: it'd be nice if LyX did this all for me. Ie, on export to LaTeX move the generated eps files from /tmp to the working directory What about generating .tex

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread R. Lahaye
Jean-Marc Lasgouttes wrote: R == R Lahaye [EMAIL PROTECTED] writes: R Herbert Voss wrote: Angus, I think Rob means that file-export-latex should not write the original filename. for example: \includegraphics[...]{my.agr} is the original latex code. Rob wants it as my.eps in the

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Juergen Spitzmueller
Herbert Voss wrote: But can't we anymore have \includegraphics[...]{my}? Didn't we say this is good if we want pdf and ps output? It's not an important question for me, so I can't really say what's the right way. but writing it in the above way is only a one-line-patch. If it's easy,

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Marco Morandini
When exporting and when making the preview, why don't create a subdirectory in the document_name.lyx dir and put there the converted eps? (just like many web browsers do when saving a page) I think the exported file should be: - if and only if my.eps is a converted file:

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Juergen Spitzmueller wrote: Herbert Voss wrote: But can't we anymore have \includegraphics[...]{my}? Didn't we say this is good if we want pdf and ps output? It's not an important question for me, so I can't really say what's the right way. but writing it in the above way is only a

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Angus Leeming
On Friday 19 April 2002 3:04 pm, Herbert Voss wrote: Juergen Spitzmueller wrote: Herbert Voss wrote: But can't we anymore have \includegraphics[...]{my}? Didn't we say this is good if we want pdf and ps output? It's not an important question for me, so I can't really say what's the right

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Angus Leeming wrote: On Friday 19 April 2002 3:04 pm, Herbert Voss wrote: Juergen Spitzmueller wrote: Herbert Voss wrote: But can't we anymore have \includegraphics[...]{my}? Didn't we say this is good if we want pdf and ps output? It's not an important question for me, so I can't really

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread John Levon
On Fri, Apr 19, 2002 at 06:52:20PM +0200, Herbert Voss wrote: Herbert, prepareFile removes the extension in some cases also. Can you strip that code out too to remoce the redundancy? At last someone actually worked out what I meant for bug 49 !! john -- When the patent office gets into

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread R. Lahaye
Now graphics with LaTeX-export works like a charm here. Thanks for fixing so quickly. Rob. Herbert Voss wrote: Angus Leeming wrote: Herbert, prepareFile removes the extension in some cases also. Can you strip that code out too to remoce the redundancy? thanks Angus, here is

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Angus Leeming
On Friday 19 April 2002 2:51 am, R. Lahaye wrote: > Hi, > > I'm writing a paper with LyX-CVS using Grace (.agr) graphics files, > which is extremely convenient since Grace is my 2D graphics application. > No need for manual conversions: LyX does that for me and my graphics > in LyX is always

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Angus Leeming wrote: > On Friday 19 April 2002 2:51 am, R. Lahaye wrote: > >>Hi, >> >>I'm writing a paper with LyX-CVS using Grace (.agr) graphics files, >>which is extremely convenient since Grace is my 2D graphics application. >>No need for manual conversions: LyX does that for me and my

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Juergen Vigna
On 19-Apr-2002 Herbert Voss wrote: > Angus, I think Rob means that file->export->latex should not > write the original filename. for example: > \includegraphics[...]{my.agr} > is the original latex code. Rob wants it as my.eps in the > exported texfile. But can't we anymore have

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Angus Leeming
On Friday 19 April 2002 9:53 am, Herbert Voss wrote: > Angus Leeming wrote: > > On Friday 19 April 2002 2:51 am, R. Lahaye wrote: > >>Hi, > >> > >>I'm writing a paper with LyX-CVS using Grace (.agr) graphics files, > >>which is extremely convenient since Grace is my 2D graphics application. >

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Juergen Vigna wrote: > On 19-Apr-2002 Herbert Voss wrote: > > >>Angus, I think Rob means that file->export->latex should not >>write the original filename. for example: >>\includegraphics[...]{my.agr} >>is the original latex code. Rob wants it as my.eps in the >>exported texfile. >> > > But

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread R. Lahaye
Herbert Voss wrote: > > Angus, I think Rob means that file->export->latex should not > write the original filename. for example: > \includegraphics[...]{my.agr} > is the original latex code. Rob wants it as my.eps in the > exported texfile. Yes, indeed, that's what I was referring to. Within

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Angus Leeming wrote: > Ok. Understood. However, I can now anticipate the next user request: it'd be > nice if LyX did this all for me. your right! maybe a question for 1.3 or not ... Herbert -- http://www.lyx.org/help/

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Angus Leeming
On Friday 19 April 2002 10:14 am, Herbert Voss wrote: > Angus Leeming wrote: > > Ok. Understood. However, I can now anticipate the next user request: it'd > > be nice if LyX did this all for me. > > your right! > > > maybe a question for 1.3 or not ... > > Herbert We already have a bug blocking

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Ok. Understood. However, I can now anticipate the next user Angus> request: it'd be nice if LyX did this all for me. Angus> Ie, on export to LaTeX move the generated eps files from /tmp Angus> to the working directory Angus>

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Herbert Voss wrote: >> Angus, I think Rob means that file->export->latex should not write >> the original filename. for example: \includegraphics[...]{my.agr} >> is the original latex code. Rob wants it as my.eps in the exported >> texfile.

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Andre Poenitz
On Fri, Apr 19, 2002 at 10:05:45AM +0100, Angus Leeming wrote: > Ok. Understood. However, I can now anticipate the next user request: it'd be > nice if LyX did this all for me. > > Ie, on export to LaTeX move the generated eps files from /tmp to the working > directory What about generating

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread R. Lahaye
Jean-Marc Lasgouttes wrote: > > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> Herbert Voss wrote: > >> Angus, I think Rob means that file->export->latex should not write > >> the original filename. for example: \includegraphics[...]{my.agr} > >> is the original latex code. Rob wants

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Juergen Spitzmueller
Herbert Voss wrote: > > But can't we anymore have \includegraphics[...]{my}? > > Didn't we say this is good if we want pdf and ps output? > > It's not an important question for me, so I can't really > say what's the right way. but writing it in the above > way is only a one-line-patch. If it's

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Marco Morandini
When exporting and when making the preview, why don't create a subdirectory in the document_name.lyx dir and put there the converted eps? (just like many web browsers do when saving a page) I think the exported file should be: - if and only if my.eps is a converted file:

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Juergen Spitzmueller wrote: > Herbert Voss wrote: > >>>But can't we anymore have \includegraphics[...]{my}? >>>Didn't we say this is good if we want pdf and ps output? >>> >>It's not an important question for me, so I can't really >>say what's the right way. but writing it in the above >>way is

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Angus Leeming
On Friday 19 April 2002 3:04 pm, Herbert Voss wrote: > Juergen Spitzmueller wrote: > > Herbert Voss wrote: > >>>But can't we anymore have \includegraphics[...]{my}? > >>>Didn't we say this is good if we want pdf and ps output? > >> > >>It's not an important question for me, so I can't really >

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Herbert Voss
Angus Leeming wrote: > On Friday 19 April 2002 3:04 pm, Herbert Voss wrote: > >>Juergen Spitzmueller wrote: >> >>>Herbert Voss wrote: >>> >But can't we anymore have \includegraphics[...]{my}? >Didn't we say this is good if we want pdf and ps output? > It's not an important

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread John Levon
On Fri, Apr 19, 2002 at 06:52:20PM +0200, Herbert Voss wrote: > >Herbert, prepareFile removes the extension in some cases also. Can you > >strip that code out too to remoce the redundancy? At last someone actually worked out what I meant for bug 49 !! john -- "When the patent office gets

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread R. Lahaye
Now graphics with LaTeX-export works like a charm here. Thanks for fixing so quickly. Rob. Herbert Voss wrote: > > Angus Leeming wrote: > > > Herbert, prepareFile removes the extension in some cases also. Can you strip > > that code out too to remoce the redundancy? > > thanks Angus, > >

Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-18 Thread R. Lahaye
Hi, I'm writing a paper with LyX-CVS using Grace (.agr) graphics files, which is extremely convenient since Grace is my 2D graphics application. No need for manual conversions: LyX does that for me and my graphics in LyX is always up-to-date. Wonderful! However, when exporting this to LaTeX

Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-18 Thread R. Lahaye
Hi, I'm writing a paper with LyX-CVS using Grace (.agr) graphics files, which is extremely convenient since Grace is my 2D graphics application. No need for manual conversions: LyX does that for me and my graphics in LyX is always up-to-date. Wonderful! However, when exporting this to LaTeX