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

Figure numbers / references don't show up when recompiling with latexdaemon #23

Closed blumu closed 9 years ago

blumu commented 9 years ago

From szhor...@gmail.com on June 27, 2011 16:25:27

What steps will reproduce the problem? 1. Start editing a latex file while using latexdaemon

  1. after a few compilations have happened, add bibliography, and include citations to it
  2. save the file, so it gets automatically recompiled

Note that at this step the references show up as [?], no matter how many compilations happened.

  1. now use the 'f' command to do a full compile

Again, the references show up as [?].

If I quit latexdameon, remove the TeXAux folder, and restart it, then it'll work.

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

blumu commented 9 years ago

From szhor...@gmail.com on June 28, 2011 11:13:45

Another similar issue is that when compiling with latexdaemon, the bookmark hierarchy in the PDF is incorrect (some items are missing, some are a the wrong level in the hierarchy).

blumu commented 9 years ago

From william....@gmail.com on January 19, 2013 01:03:14

The command 'f' does not automatically starts bibtex. You need to use the command 'b' to refresh the bibliography files (.bbl) with bibtex.

Status: WontFix