On 4/5/07, <b class="gmail_sendername">Mark Eli Kalderon</b> <<a href="mailto:eli@markelikalderon.com">eli@markelikalderon.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear Robin, could you explain what LaTeX Watch does over an above<br>latexmk? If the main idea is as you describe it in your initial post<br>to the mailing list:<br><br>> The idea is that you can 'watch' a LaTeX document, so that whenever
<br>> you save a change the  display is updated as quickly as possible to<br>> reflect the change.<br><br>then this can already be achieved with latexmk with the -pvc switch.</blockquote><div><br>Dear Mark,<br><br>In a general sense, there is a difference of emphasis. The primary function of latexmk is to be as thorough as possible, compiling the document as many times as necessary to resolve cross-references. Conversely, the primary function of Watch is to be as *fast* as possible, so for example it compiles the document only once.
<br><br>On a more technical level, Watch compiles a custom format file for the watched document, so that packages etc. do not have to be reloaded on each subsequent recompile. This makes it faster at reflecting changes.<br>
<br>It also has various Mac- and TextMate-specific features. For example, if the preview document is closed, or if you quit TextMate, then the watch script will stop running.<br><br>Of course there is some overlap with latexmk. I'm sure that each could learn some useful tricks from the other. (Some future version of Watch will probably do some automatic recompilation when references need to be resolved, though it will do it *after* displaying the updated file.)
<br><br>Robin</div></div>