Re: DVI view update problem

2001-01-26 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Fri, Jan 19, 2001 at 11:42:13AM +, Adrian Ball wrote: Thanks for the response. It may be a different problem then, as the filename ends with .eps - here is the fragment from the .lyx file. Dekel The problem is in LaTeX::deplog,

Re: DVI view update problem

2001-01-26 Thread Jean-Marc Lasgouttes
"Andre" == Andre Poenitz [EMAIL PROTECTED] writes: [Andre, I cc'd to lyx-devel too] Am I dumb or is the following regexp senseless? (from LaTeX.C:611) LRegex reg1(")* *\\(([^ \\)]+).*"); It seems to me that the \(..\) and the [..] are badly nested. Andre Well, I don't know how this

Re: DVI view update problem

2001-01-26 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Fri, Jan 19, 2001 at 11:42:13AM +, Adrian Ball wrote: >> Thanks for the response. It may be a different problem then, as the >> filename ends with .eps - here is the fragment from the .lyx file. Dekel> The problem is in

Re: DVI view update problem

2001-01-26 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: [Andre, I cc'd to lyx-devel too] >> Am I dumb or is the following regexp senseless? (from LaTeX.C:611) >> >> LRegex reg1(")* *\\(([^ \\)]+).*"); >> >> It seems to me that the \(..\) and the [..] are badly nested. Andre> Well, I don't

Re: DVI view update problem

2001-01-22 Thread Adrian Ball
Dekel Tsur wrote: The problem is in LaTeX::deplog, which incorrectly parses the log line File: filename.eps Graphic file (type eps) and setting foundfile to "filename.eps Graphic file (type eps)", where the correct value is "filename.eps". Did you compile LyX yourself ? (and what

Re: DVI view update problem

2001-01-22 Thread Jean-Marc Lasgouttes
"Adrian" == Adrian Ball [EMAIL PROTECTED] writes: Adrian Dekel Tsur wrote: The problem is in LaTeX::deplog, which incorrectly parses the log line File: filename.eps Graphic file (type eps) and setting foundfile to "filename.eps Graphic file (type eps)", where the correct value is

Re: DVI view update problem

2001-01-22 Thread Adrian Ball
Dekel Tsur wrote: > The problem is in LaTeX::deplog, which incorrectly parses the log line > > File: .eps Graphic file (type eps) > > and setting foundfile to ".eps Graphic file (type eps)", where the > correct value is ".eps". > > Did you compile LyX yourself ? (and what is your compiler

Re: DVI view update problem

2001-01-22 Thread Jean-Marc Lasgouttes
> "Adrian" == Adrian Ball <[EMAIL PROTECTED]> writes: Adrian> Dekel Tsur wrote: >> The problem is in LaTeX::deplog, which incorrectly parses the log >> line >> >> File: .eps Graphic file (type eps) >> >> and setting foundfile to ".eps Graphic file (type eps)", >> where the correct value is

Re: DVI view update problem

2001-01-19 Thread Adrian Ball
Dekel Tsur wrote: On Tue, Jan 16, 2001 at 09:09:18AM +, Adrian Ball wrote: I am having real trouble with previewing the document I am working on. Everything works fine, but running a preview consistently shows me a previous version. The only way to fix it easily is to close

Re: DVI view update problem

2001-01-19 Thread Enrique A. Chaparro
I have experienced the same problem reported by Adrian Ball in his message of 2001.01.15 to the lyx-devel list. Since the file causing trouble was pretty simple, I decided to do some addtional testing. What I found is that the culprit is the EPS file (either having spaces or not in the name):

Re: DVI view update problem

2001-01-19 Thread Dekel Tsur
On Fri, Jan 19, 2001 at 11:42:13AM +, Adrian Ball wrote: Thanks for the response. It may be a different problem then, as the filename ends with .eps - here is the fragment from the .lyx file. The problem is in LaTeX::deplog, which incorrectly parses the log line File: filename.eps

Re: DVI view update problem

2001-01-19 Thread Adrian Ball
Dekel Tsur wrote: > > On Tue, Jan 16, 2001 at 09:09:18AM +, Adrian Ball wrote: > > > > I am having real trouble with previewing the document I am working on. > > > > Everything works fine, but running a preview consistently shows me a previous > > > > version. The only way to fix it easily

Re: DVI view update problem

2001-01-19 Thread Enrique A. Chaparro
I have experienced the same problem reported by Adrian Ball in his message of 2001.01.15 to the lyx-devel list. Since the file causing trouble was pretty simple, I decided to do some addtional testing. What I found is that the culprit is the EPS file (either having spaces or not in the name):

Re: DVI view update problem

2001-01-19 Thread Dekel Tsur
On Fri, Jan 19, 2001 at 11:42:13AM +, Adrian Ball wrote: > Thanks for the response. > It may be a different problem then, as the filename ends with .eps - here is > the fragment from the .lyx file. The problem is in LaTeX::deplog, which incorrectly parses the log line File: .eps Graphic

Re: DVI view update problem

2001-01-18 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | On Tue, Jan 16, 2001 at 09:09:18AM +, Adrian Ball wrote: |I am having real trouble with previewing the document I am working on. |Everything works fine, but running a preview consistently shows me a previous |version. The only way to fix

Re: DVI view update problem

2001-01-18 Thread Dekel Tsur
On Thu, Jan 18, 2001 at 06:41:32PM +0100, Lars Gullik Bjønnes wrote: | I think that the problem is that you have a file called | "/home/adrian/suneds/docs//eds_logo.eps Graphic file (type eps)" | and LaTeX/LyX don't like spaces in filenames. | | The exact problem here is in DepTable::read

Re: DVI view update problem

2001-01-18 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Jan 16, 2001 at 09:09:18AM +, Adrian Ball wrote: | > > > I am having real trouble with previewing the document I am working on. | > > > Everything works fine, but running a preview consistently shows me a previous | > > > version. The only

Re: DVI view update problem

2001-01-18 Thread Dekel Tsur
On Thu, Jan 18, 2001 at 06:41:32PM +0100, Lars Gullik Bjønnes wrote: > | I think that the problem is that you have a file called > | "/home/adrian/suneds/docs//eds_logo.eps Graphic file (type eps)" > | and LaTeX/LyX don't like spaces in filenames. > | > | The exact problem here is in

DVI view update problem

2001-01-16 Thread Adrian Ball
On Mon, Jan 15, 2001 at 01:10:16PM +, Adrian Ball wrote: I am having real trouble with previewing the document I am working on. Everything works fine, but running a preview consistently shows me a previous version. The only way to fix it easily is to close and reopen the

DVI view update problem

2001-01-16 Thread Adrian Ball
> On Mon, Jan 15, 2001 at 01:10:16PM +, Adrian Ball wrote: > > > > I am having real trouble with previewing the document I am working on. > > Everything works fine, but running a preview consistently shows me a previous > > version. The only way to fix it easily is to close and reopen the