google-code-export / latex-lab

Automatically exported from code.google.com/p/latex-lab
1 stars 0 forks source link

Compile don't consider updated file when using input command #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I'm using a main tex file using input{} command to include different
chapters
2. After compiling the first time, even if i made modification to one
chapter, the latex-lab still use the old version. I think he uses the first
compiled flles insted of compiling the modified files

What is the expected output? What do you see instead?
Instead of seeing a new modified version, i see the old version. the one
i've seen the first time i've compiled the main tex file.

What version of the product are you using? On what operating system?
firefox 3.6.3, vista

Please provide any additional information below.

Original issue reported on code.google.com by ghassane...@gmail.com on 13 Apr 2010 at 3:18

GoogleCodeExporter commented 9 years ago
The LaTeX environment is configured to download resources from Google Docs 
initially,
and then in subsequent requests only when resources change. The LaTeX Lab app 
is not
refreshing the modified time stamps from Google Docs, so the compile request 
won't
contain the latest resource time stamps, causing the LaTeX compiler to use its 
cache.
The solution will be either have LaTeX Lab refresh the list of resources on 
compile,
or to add a toolbar button for refreshing manually (not the fanciest solution 
but
would have the least impact on performance).

Original comment by bobbysoa...@gmail.com on 13 Apr 2010 at 4:11

GoogleCodeExporter commented 9 years ago
A button for refreshing manually would be great.

Original comment by ghassane...@gmail.com on 13 Apr 2010 at 4:18