After some minutes I'm using LaTeX Watch (which BTW is simply wonderful and makes writing in latex a pleasure. Try it!) the Skim CPU cycles go up to 35% (also when both TextMate and Skim are not active or in the backgroutnd). At the same time the process "ATSServer" goes above 20%. Pretty puzzling since this should be the ATSUI - Apple Type Service thing, how is this related with TeX?
Am I the only one experiencing this?
Thanks Piero
On Jul 27, 2007, at 14:25, Piero D'Ancona wrote:
After some minutes I'm using LaTeX Watch (which BTW is simply wonderful and makes writing in latex a pleasure. Try it!) the Skim CPU cycles go up to 35% (also when both TextMate and Skim are not active or in the backgroutnd).
If you can sample Skim when this happens, we might be able to tell you what's going on. Use Activity Monitor or `sample Skim 5` in Terminal (and that should probably go off-list).
At the same time the process "ATSServer" goes above 20%. Pretty puzzling since this should be the ATSUI - Apple Type Service thing, how is this related with TeX?
Apple's PDF frameworks apparently use ATS underneath; SendOFAStrikeMessage shows up in crash reports periodically. You might delete /Library/Caches/com.apple.ATS and reboot, since that sometimes helps with ATS problems.
On 27/07/07, Piero D'Ancona pierodancona@gmail.com wrote:
After some minutes I'm using LaTeX Watch (which BTW is simply wonderful and makes writing in latex a pleasure. Try it!)
Thanks for the endorsement! :-)
the Skim CPU cycles go up to 35%
What version of Skim are you using?
Robin
Robin Houston <robin.houston@...> writes:
What version of Skim are you using?
0.6.1 v9
The problem does not appear if I comment out the line \usepackage{pgf,tikz} (and the calls to such packages inside the file). A conflict with pgf might be the cause? I sent off-list a sample of Skim to Adam Maxwell as he requested.
Piero
Le samedi 28 juillet 2007 à 09:35 +0000, Piero D'Ancona a écrit :
Robin Houston <robin.houston@...> writes:
What version of Skim are you using?
0.6.1 v9
The problem does not appear if I comment out the line \usepackage{pgf,tikz} (and the calls to such packages inside the file). A conflict with pgf might be the cause? I sent off-list a sample of Skim to Adam Maxwell as he requested.
\usepackage{tikz} is enough because the first line of tikz.code.tex is
\RequirePackage{pgf,calc,pgffor,xkeyval}
It's impossible to have a conflict with tikz and skim but a conflict with skim and some pdf pictures perhaps !
Now a pdf viewer works if you ask to draw picture with complex pdf commands You comment out the line \usepackage{pgf,tikz} and some pictures or only the line to call Tikz ?
Do you try to open some pdf pictures not created with LaTeX? Sorry for my bad english !
greetings Alain
On Jul 28, 2007, at 02:35, Piero D'Ancona wrote:
Robin Houston <robin.houston@...> writes:
What version of Skim are you using?
0.6.1 v9
The problem does not appear if I comment out the line \usepackage{pgf,tikz} (and the calls to such packages inside the file). A conflict with pgf might be the cause? I sent off-list a sample of Skim to Adam Maxwell as he requested.
I don't know what \usepackage{pgf,tikz} does, but Piero's sample indicated that ATS is reloading font caches from disk when the PDF file is being reloaded from disk (at least, I think that's what happens; it's a messy sample). In any case, it doesn't appear to be something we can change.
Hi everyone,
I thought I continue on this thread… I'm trying the last version on LaTeX Watch (2.5) and got the following error message :
http://www.nabble.com/file/p12183683/larex_watch_error-20070816-173054.jpg
What could be the problem… ?
TIA
On 16/08/07, guerom00 guerom00@gmail.com wrote:
I thought I continue on this thread… I'm trying the last version on LaTeX Watch (2.5) and got the following error message :
http://www.nabble.com/file/p12183683/larex_watch_error-20070816-173054.jpg
What could be the problem… ?
The problem is that TeXniscope support is broken. :-) Thanks for the report.
Note that Watch is now integrated into the main LaTeX bundle; I hope that someone can apply the attached patch, which ought to fix the problem.
Robin
The problem is that TeXniscope support is broken. :-) Thanks for the report.
That explains… :-D Hope someone will apply your patch (I guess I could go and modify directly the Perl script but that would not be “clean”)
Thanks
On Aug 16, 2007, at 12:46 PM, Robin Houston wrote:
The problem is that TeXniscope support is broken. :-) Thanks for the report.
Note that Watch is now integrated into the main LaTeX bundle; I hope that someone can apply the attached patch, which ought to fix the problem.
I couldn't apply your patch, but I made the changes in it. Though since I am not using LaTeX Watch, someone might want to test things a bit.
Robin
Haris Skiadas Department of Mathematics and Computer Science Hanover College
Just as I was typing svn commit, I saw your commit go by on IRC :-)
I can confirm that the patches seem to work just fine for me.
Brad
On 8/16/07, Charilaos Skiadas cskiadas@gmail.com wrote:
On Aug 16, 2007, at 12:46 PM, Robin Houston wrote:
The problem is that TeXniscope support is broken. :-) Thanks for the report.
Note that Watch is now integrated into the main LaTeX bundle; I hope that someone can apply the attached patch, which ought to fix the problem.
I couldn't apply your patch, but I made the changes in it. Though since I am not using LaTeX Watch, someone might want to test things a bit.
Robin
Haris Skiadas Department of Mathematics and Computer Science Hanover College
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
Yep, works like a charm.
Thanks.