I also have this behavior on a freshly installed Textmate and MacTeX 2008 on a new IMac running 10.5.7. I also find that I cannot call up the LaTeX bundle help. When I attempt to, I get the following messages:
sh: /Users/kbj/Library/Application Support/TextMate/Pristine Copy/ Support/bin/Markdown.pl: Permission denied sh: /Users/kbj/Library/ Application Support/TextMate/Pristine Copy/Support/bin/SmartyPants.pl: Permission denied
I *believe* the permissions are set correctly for SmartyPants.pl, at least.
On Jul 25, 2009, at 7:09 AM, textmate@sgharms.oib.com wrote:
On Tue, Jul 21, 2009 at 9:34 PM, Allan Odgaard (mailinglist@textmate.org ) wrote:
On 17 Jul 2009, at 16:57, textmate@sgharms.oib.com wrote:
[...]
I have taken the basic "article" template from TM and then
compiled
it using ⌘-R.
The TM pop-up launches and says “Typesetting
$FILENAME”...and
that's
it. Nothing else happens after that. [...]
That was a good idea, but based on my search of /Applications via the CLI and via Spotlight, I don't have any Adobe products, whatsover, installed.
Alex, the other respondent, suggested that I use MacTex2008.
Before
I download this jumbo package, is there anything wrong with my TeX setup that might explain this issue?
After you Typeset and View, and it “stalls”, is a PDF produced
(on
disk)?
Allow me to apologize for not seeing this sooner.
Steps:
- Use ⌘-O in Textmate to open file ~/Desktop/Aeneid Translation/
aeneid_book.tex 2. Use ⌘-R to build the TeX source 3. Textmate stalls. I see neither aeneid_book.pdf on ~/Desktop nor in ~/Desktop/Aeneid Translation/ _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 25 Jul 2009, at 22:27, Kyle Johnson wrote:
I also have this behavior on a freshly installed Textmate and MacTeX 2008 on a new IMac running 10.5.7. I also find that I cannot call up the LaTeX bundle help. When I attempt to, I get the following messages:
sh: /Users/kbj/Library/Application Support/TextMate/Pristine Copy/ Support/bin/Markdown.pl: Permission denied sh: /Users/kbj/Library/ Application Support/TextMate/Pristine Copy/Support/bin/SmartyPants.pl: Permission denied
I *believe* the permissions are set correctly for SmartyPants.pl, at least.
Try (re)move /Users/kbj/Library/Application Support/TextMate — that stuff definitely seems to have wrong permissions and is not part of a “fresh install”, rather, it may eclipse the default files.
Allan,
Thanks -- that did the fix.
Kyle
On Jul 26, 2009, at 7:32 AM, Allan Odgaard wrote:
On 25 Jul 2009, at 22:27, Kyle Johnson wrote:
I also have this behavior on a freshly installed Textmate and MacTeX 2008 on a new IMac running 10.5.7. I also find that I cannot call up the LaTeX bundle help. When I attempt to, I get the following messages:
sh: /Users/kbj/Library/Application Support/TextMate/Pristine Copy/ Support/bin/Markdown.pl: Permission denied sh: /Users/kbj/Library/ Application Support/TextMate/Pristine Copy/Support/bin/ SmartyPants.pl: Permission denied
I *believe* the permissions are set correctly for SmartyPants.pl, at least.
Try (re)move /Users/kbj/Library/Application Support/TextMate — that stuff definitely seems to have wrong permissions and is not part of a “fresh install”, rather, it may eclipse the default files.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 25 Jul 2009, at 13:09, textmate@sgharms.oib.com wrote:
Steps:
- Use ⌘-O in Textmate to open file ~/Desktop/Aeneid Translation/
aeneid_book.tex 2. Use ⌘-R to build the TeX source 3. Textmate stalls. I see neither aeneid_book.pdf on ~/Desktop nor in ~/Desktop/Aeneid Translation/
Perhaps the issue is with spaces in the path.
Could you try this with a path without spaces?
And if that fails, can you try invoke ‘pdflatex’ directly from Terminal and see if that works?