Hi (I'm preparing a talk so I am actively testing and running into problems, sorry...)
Again on the issue LaTeX Watch-Beamer: could someone please reproduce the following issue:
- save a file containing only
\documentclass[10pt]{beamer} \begin{document} aa \end{document}
- invoke LaTeX Watch - modify something (add "bb") and save - check what's happening: on my computer, the .aux and .pdf files are refreshed twice a second! in other words, LaTeX Watch continually updates even if I change nothing (after the first change and save)
I guess this is a conflict with the pgf package. But how? This is especially annoyng in case of errors since the requst to show the log is repeated every second or so...
Thanks, Piero
On 17/08/07, Piero D'Ancona pierodancona@gmail.com wrote:
(I'm preparing a talk so I am actively testing and running into problems, sorry...)
Don't be sorry, I'm very grateful!
Again on the issue LaTeX Watch-Beamer: could someone please reproduce the following issue:
Yes, I can reproduce it. It's caused by the fact that beamer writes a foo.nav file, which is therefore changed on every compilation run, causing an infinite update loop.
The attached patch ought to fix this problem and others like it.
Robin
On 17/08/07, Piero D'Ancona pierodancona@gmail.com wrote:
... would you be so kind to distribute a patched version? I'm patching-impaired...
I'm hoping that someone will apply the patch to SVN, then you can just update from there. (I'm no longer distributing Watch as a separate bundle.)
Robin
I just committed the patch to subversion. I don't have a beamer document handy but it didn't seem to break anything I was working on.
Brad
On 8/17/07, Robin Houston robin.houston@gmail.com wrote:
On 17/08/07, Piero D'Ancona pierodancona@gmail.com wrote:
... would you be so kind to distribute a patched version? I'm patching-impaired...
I'm hoping that someone will apply the patch to SVN, then you can just update from there. (I'm no longer distributing Watch as a separate bundle.)
Robin
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Brad Miller <bmiller@...> writes:
I just committed the patch to subversion. I don't have
a beamer document handy but it didn't seem to break anything I was working on.Brad
Isn't this an efficient community. How can I access the revise bundle? It is not at http://anon:anon@macromates.com/svn/Bundles/trunk/ so where is it now?
BTW I made a coupe of additions to the bundle. When the log window is showed, I like to be able to navigate through errors and go to the offending line in the source file with a key combo. My additions are quite ugly code (each one his style) so maybe it's better if I file a Feature Rquest to the mantainers for these two features. But if you prefer I can share my hacks
Thanks, Piero
Piero,
latex watch is now part of the LaTeX bundle. I double checked on a second machine and when I did an update I got the changes.
Brad