Re: Bug: Include file

1999-05-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | No. The path given in the .dep file is the directory in which LyX was | started, not the one where the doc is :( So the checksum is wrong | (0). This was the case with ExpandPath, but not with MakeAbsPath. Anyway I think I found the correct fix

Re: Bug: Include file

1999-05-04 Thread Jean-Marc Lasgouttes
> "Joe" == Joe Orth <[EMAIL PROTECTED]> writes: > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Joe" == Joe Orth <[EMAIL PROTECTED]> writes: Joe> I have a lyx document that includes (inputs) several external Joe> latex sources (tables and such). Joe> When I am wo

Re: Bug: Include file

1999-05-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars, the problem is around line 660 of LaTeX.C: if an included file | is in the same directory as the document, it will not be found by | DepTable::update, since at that time the current directory is the tmp | directory. You know this code much b

Re: Bug: Include file

1999-05-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> It does not work here. What I tried is to include 'toto.tex' Lars> (which is | in the same directory as the lyx doc) and Lars> ExpandPath() does not handle | this case co

Re: Bug: Include file

1999-05-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | It does not work here. What I tried is to include 'toto.tex' (which is | in the same directory as the lyx doc) and ExpandPath() does not handle | this case correctly (it wants some slash before the name to do its | magic...). You should maybe have

Re: Bug: Include file

1999-05-04 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Ok, I have checked in a fix for this...so if someone would be nice to | test it... And now the fix to the fix has been checked in... Lgb

Re: Bug: Include file

1999-05-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> Lars, the problem is around line 660 of LaTeX.C: if an included Lars> file | is in the same directory as the document, it will not be Lars> found by | DepTable::update, s

Re: Bug: Include file

1999-05-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars, the problem is around line 660 of LaTeX.C: if an included file | is in the same directory as the document, it will not be found by | DepTable::update, since at that time the current directory is the tmp | directory. You know this code much b

Re: Bug: Include file

1999-05-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars, the problem is around line 660 of LaTeX.C: if an included file | is in the same directory as the document, it will not be found by | DepTable::update, since at that time the current directory is the tmp | directory. You know this code much b

Re: Bug: Include file

1999-05-03 Thread Jean-Marc Lasgouttes
> "Joe" == Joe Orth <[EMAIL PROTECTED]> writes: Joe> I have a lyx document that includes (inputs) several external Joe> latex sources (tables and such). Joe> When I am working on a table externally and attempt to Joe> re-generate the postscript through lyx, lyx does not seem to pick Joe> up

Bug: Include file

1999-05-03 Thread Joe Orth
I have a lyx document that includes (inputs) several external latex sources (tables and such). When I am working on a table externally and attempt to re-generate the postscript through lyx, lyx does not seem to pick up any of my changes to the external file unless something in the lyx document

Re: bug "Include File"/Latex generation

1999-02-10 Thread Lars Gullik Bjønnes
>> Judicael Courant writes: JC> Hi, JC> I have a document test that does an "include" of a document JC> test2 which itself includes test3. When I want to JC> visualize/update the DVI or postscript, lyx forgets to convert C JC> to latex, so that Latex fails to find B. This is a probl

bug "Include File"/Latex generation

1999-02-10 Thread Judicael Courant
Hi, I have a document test that does an "include" of a document test2 which itself includes test3. When I want to visualize/update the DVI or postscript, lyx forgets to convert C to latex, so that Latex fails to find B. My version of Lyx is 1.0.0. Here are the three files that show the problem