blumu / latexdaemon

LaTeXDaemon speeds-up compilation of LaTeX documents through background monitoring of source files and automatic preamble precompilation.
http://william.famille-blum.org/software/latexdaemon/
Other
8 stars 1 forks source link

Rerun multiple times to resolve labels #11

Open blumu opened 9 years ago

blumu commented 9 years ago

From julien.c...@gmail.com on July 07, 2009 10:44:58

Steps will reproduce the problem:

  1. Keep .aux files from former compilations in the main folder
  2. Add a \label and \ref to this label
  3. Compile with latexdaemon

Expect to have the labels correctly resolved. Instead, latexdaemon seem to ignore the "Latex Warning: Label(s) may have changed. Rerun to get cross-reference right." and does not recompile. Most likely due to the location of the .aux files generated by compilation from latexdaemon that is not the same as the existing .aux files.

I use latexdaemon 0.1 build 44.

Thanks for the tool !

Original issue: http://code.google.com/p/latexdaemon/issues/detail?id=12

blumu commented 9 years ago

From william....@gmail.com on July 08, 2009 18:01:16

There are two distinct problems:

1-LatexDameon stores auxiliary files (.aux, .ind, .bbl, ...) in the 'TexAux' sub- folder of the directory where the main tex file lies. The presence of auxiliary files next to the .tex file can be source of confusion for latex. If you encounter this problem try to remove all the previously generated auxiliary files before running latexdaemon. Next versions of LatexDaemon will do that automatically.

2-LatexDaemon does not rerun latex until cross-references are solved. I will implement this feature when I have the time.

Status: Accepted

blumu commented 9 years ago

From po9...@gmail.com on February 13, 2010 04:48:03

Indeed, with LatexDaemon we have to compile two times to have the tableofcontents or the listoffigures accurate. If LatexDaemon did that, it would be perfect.

Thank you very much for your hard work !

blumu commented 9 years ago

From william....@gmail.com on November 24, 2010 01:12:08

Labels: -Type-Defect Type-Enhancement

blumu commented 9 years ago

From william....@gmail.com on November 24, 2010 01:25:25

Owner: william.blum