<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 17.09.2008, at 20:25, Brad Miller wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><br><br><div class="gmail_quote">On Wed, Sep 17, 2008 at 9:56 AM, Christoph Wockel <span dir="ltr"><<a href="mailto:christoph.wockel@gmx.net">christoph.wockel@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> <div style="word-wrap:break-word"><br><div><div class="Ih2E3d"><div>On 17.09.2008, at 13:42, Brad Miller wrote:</div><br><blockquote type="cite"><div dir="ltr"><br><br><div class="gmail_quote">On Tue, Sep 16, 2008 at 3:51 PM, Christoph Wockel <span dir="ltr"><<a href="mailto:christoph.wockel@gmx.net" target="_blank">christoph.wockel@gmx.net</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div style="word-wrap:break-word">I have a similar problem, my Textmate does not find the files I put in ~/Library/texmf/tex/latex (which is the default location for the personal additions to the texmf tree in MacTeX). I get a corresponding message on compiling my file and when using the Label Completion.<div> </div></div></blockquote><div>I'm not sure what you mean that TextMate does not find the files in ~/Library/....   </div></div></div></blockquote><div><br></div></div><div>My preamble looks like</div><div><br></div><div> <div>\documentclass[11pt]{article}</div><div><br></div><div>\include{abbreviations}</div><div>\include{paper}</div><div></div></div></div></div></blockquote><div><br></div><div>This is definitely a new use case for the ~/Library/texmf/tex/latex directory that I have not considered.  I'll add this to my todo list.</div></div></div></blockquote><div><br></div><div>great! As a workaround I shall copy the files from ~/Library/... to the directory where the .tex document is located. Then the problem vanishes.</div><br><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"> <div><br></div><div>Out of curiosity, are abbreviations and paper .tex files or are they .sty files?  Why do you use \include rather than \usepackage?</div><div><br></div></div></div></blockquote><div><br></div><div>These two files only contain some command and environment definitions, which I do not want to copy and paste into each new document. The are .tex files. I thought that using \include (or \input) is the cleanest way of doing this.</div><br><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> <div style="word-wrap:break-word"><div><div><div><br></div><div>\begin{document}...</div><div><br></div><div>and the files paper.tex and abbreviations.tex are located in ~/Library/texmf/tex/latex. When runing "Typeset & View", I get the following warning</div> <div><br></div><div><span style="font-size:13px"><p style="color:rgb(255, 127, 0);margin-left:20px;margin-top:0px">Warning: Could not open abbreviations.tex to check for packages</p><p style="color:rgb(255, 127, 0);margin-left:20px"> Warning: Could not open paper.tex to check for packages</p></span></div><div>although the document compiles without errors. In the same document, if I hit Alt+ESC inside \ref{}, I get the message "Could not locate any file named 'abbreviation'" as a tooltip.</div> <div><br></div></div><div class="Ih2E3d"></div></div></div></blockquote><div><br></div><div>I think the author of the completions command probably made the same assumptions as I did about ~/Library/texmf/tex/latex</div><div> <br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word"><div><div class="Ih2E3d"><br><blockquote type="cite"> <div dir="ltr"><div class="gmail_quote"><div>Do you mean when you run the Typeset & View command?  What specific error message do you get?  Typesetting your file and label completion are two completely separate things.</div> <div><br></div><div>Do you have multiple versions of latex installed on your computer?  It may be that you are not running the MacTeX version?</div></div></div></blockquote><div><br></div></div>no, I only have MacTex installed and "which pdflatex" yields "/usr/texbin/pdflatex" (in the terminal).</div> <div class="Ih2E3d"><div><br><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"><div><br></div><div>Brad</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div style="word-wrap:break-word"><div><br></div><div>I use to include various of these files in the preamble of my LaTeX documents. Inspecting the code of the Latex package makes me feel that the files in this folder are ignored?<div> <br></div><div>Christoph<br><div><br><div><div><div></div><div><div>On 16.09.2008, at 06:36, Darren Croton wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div><div dir="ltr"> <span style="font-family:Helvetica">I've recently upgraded to a shinny new iMac from my 3 year old powerbook.  This has required the re-installation and setup of all my software.  I.e. Latex and TextMate, which previously worked seamlessly.<div> <br></div><div>Specifically, i downloaded and installed MacTeX.  Latex (pdflatex) works fine from the command line.  However "Typeset & View" in TextMate returns the following:<div><div><br></div><div><span><p style="color:red;margin-left:20px;margin-top:0px"> Error: Could not open to check for packages</p><p style="color:red;margin-left:20px">This is most likely a problem with TM_LATEX_MASTER</p></span><div><div style="text-align:left"><br></div>I'm fully up-to-date (cutting edge) and i have confirmed that all the appropriate paths exist (i.e. to /usr/texbin in /etc/profiles).  "pdflatex" is selected in the TextMate latex preferences.</div> <div><br></div><div>An extensive search of the web provides a lot of solutions (usually related to making sure the path is set correctly), but none work for me.</div><div><br></div><div>Any ideas?  I'm slightly baffled and have run out of things to try.</div> <div>Thanks in advance.</div><div><br></div></div></div></div></span> </div> <br></div></div><div>_______________________________________________<br>textmate mailing list<br><a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br></div></blockquote></div><br></div></div></div></div><br><br> _______________________________________________<br> textmate mailing list<br> <a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br> <br></blockquote></div><br><br clear="all"><br>-- <br>Brad Miller<br>Assistant Professor, Computer Science<br>Luther College<br> </div> <br>_______________________________________________<br>textmate mailing list<br><a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br></blockquote></div><br></div></div><br><br> _______________________________________________<br> textmate mailing list<br> <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br> <br></blockquote></div><br><br clear="all"><br>-- <br>Brad Miller<br>Assistant Professor, Computer Science<br>Luther College<br> </div> <br>_______________________________________________<br>textmate mailing list<br><a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>http://lists.macromates.com/listinfo/textmate<br></blockquote></div><br></body></html>