This is a bit off topic, but I have added  a word count command  to TextMate for Latex using  texWordCount.pl as described here<br><br><a href="http://markelikalderon.com/blog/2007/12/30/latex-and-word-count-revisited/">http://markelikalderon.com/blog/2007/12/30/latex-and-word-count-revisited/</a><br>
<br><br>This raised two questions.<br><br>1. Is there a "good practice" place to put such snippets of code, and <br><br>2. I put it in ~Library/Application Support/Textmate/Code <br><br>Adding the "Code" folder to the existing directory tree. <br>
<br>But this led me to a new problem in that I couldn't work out how to get that directory tree  found when trying to run the code. In Windows, because of the space in "Application Support"  I would gve the full and wrap it in quotes, but the cmbinations I tried failed to work.<br>
<br>At the moment, I have created a new folder ~Library/TextMate for the script and the word count seem to work well, it also picks up possible errors in your latex code, but I haven't investigated that yet. A google search confirms the need to use quotes, but I can't find an illustration of exactly where these quotes go.<br>
<br>Some help would be gratefully received.<br><br>Thanks,<br><br>Graham<br>