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. Specifically, i downloaded and installed MacTeX. Latex (pdflatex) works fine from the command line. However "Typeset & View" in TextMate returns the following:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
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.
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.
Any ideas? I'm slightly baffled and have run out of things to try. Thanks in advance.
Are you trying to compile a latex project with multiple files? If so you need to set the TM_LATEX_MASTER variable to the apropriate value i think.
On Tue, Sep 16, 2008 at 5:36 AM, Darren Croton darren@astro.berkeley.eduwrote:
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. Specifically, i downloaded and installed MacTeX. Latex (pdflatex) works fine from the command line. However "Typeset & View" in TextMate returns the following:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
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.
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.
Any ideas? I'm slightly baffled and have run out of things to try. Thanks in advance.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
No. Just a single .tex file. Like you would do from the command line, but instead from within TextMate using the included latex bundle.
2008/9/16 Pedro Borges pedro.dhb@gmail.com
Are you trying to compile a latex project with multiple files? If so you need to set the TM_LATEX_MASTER variable to the apropriate value i think.
On Tue, Sep 16, 2008 at 5:36 AM, Darren Croton darren@astro.berkeley.eduwrote:
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. Specifically, i downloaded and installed MacTeX. Latex (pdflatex) works fine from the command line. However "Typeset & View" in TextMate returns the following:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
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.
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.
Any ideas? I'm slightly baffled and have run out of things to try. Thanks in advance.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
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.
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?
Christoph
On 16.09.2008, at 06:36, Darren Croton wrote:
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.
Specifically, i downloaded and installed MacTeX. Latex (pdflatex) works fine from the command line. However "Typeset & View" in TextMate returns the following:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
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.
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.
Any ideas? I'm slightly baffled and have run out of things to try. Thanks in advance.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Tue, Sep 16, 2008 at 3:51 PM, Christoph Wockel christoph.wockel@gmx.netwrote:
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.
I'm not sure what you mean that TextMate does not find the files in ~/Library/.... 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.
Do you have multiple versions of latex installed on your computer? It may be that you are not running the MacTeX version?
Brad
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? Christoph
On 16.09.2008, at 06:36, Darren Croton wrote:
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. Specifically, i downloaded and installed MacTeX. Latex (pdflatex) works fine from the command line. However "Typeset & View" in TextMate returns the following:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
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.
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.
Any ideas? I'm slightly baffled and have run out of things to try. Thanks in advance.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 17.09.2008, at 13:42, Brad Miller wrote:
On Tue, Sep 16, 2008 at 3:51 PM, Christoph Wockel <christoph.wockel@gmx.net
wrote:
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. I'm not sure what you mean that TextMate does not find the files in ~/Library/....
My preamble looks like
\documentclass[11pt]{article}
\include{abbreviations} \include{paper}
\begin{document}...
and the files paper.tex and abbreviations.tex are located in ~/Library/ texmf/tex/latex. When runing "Typeset & View", I get the following warning
Warning: Could not open abbreviations.tex to check for packages
Warning: Could not open paper.tex to check for packages
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.
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.
Do you have multiple versions of latex installed on your computer? It may be that you are not running the MacTeX version?
no, I only have MacTex installed and "which pdflatex" yields "/usr/ texbin/pdflatex" (in the terminal).
Brad
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?
Christoph
On 16.09.2008, at 06:36, Darren Croton wrote:
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.
Specifically, i downloaded and installed MacTeX. Latex (pdflatex) works fine from the command line. However "Typeset & View" in TextMate returns the following:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
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.
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.
Any ideas? I'm slightly baffled and have run out of things to try. Thanks in advance.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- Brad Miller Assistant Professor, Computer Science Luther College
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Wed, Sep 17, 2008 at 9:56 AM, Christoph Wockel christoph.wockel@gmx.netwrote:
On 17.09.2008, at 13:42, Brad Miller wrote:
On Tue, Sep 16, 2008 at 3:51 PM, Christoph Wockel < christoph.wockel@gmx.net> wrote:
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.
I'm not sure what you mean that TextMate does not find the files in ~/Library/....
My preamble looks like
\documentclass[11pt]{article}
\include{abbreviations} \include{paper}
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.
Out of curiosity, are abbreviations and paper .tex files or are they .sty files? Why do you use \include rather than \usepackage?
\begin{document}...
and the files paper.tex and abbreviations.tex are located in ~/Library/texmf/tex/latex. When runing "Typeset & View", I get the following warning
Warning: Could not open abbreviations.tex to check for packages
Warning: Could not open paper.tex to check for packages 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.
I think the author of the completions command probably made the same assumptions as I did about ~/Library/texmf/tex/latex
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.
Do you have multiple versions of latex installed on your computer? It may be that you are not running the MacTeX version?
no, I only have MacTex installed and "which pdflatex" yields "/usr/texbin/pdflatex" (in the terminal).
Brad
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? Christoph
On 16.09.2008, at 06:36, Darren Croton wrote:
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. Specifically, i downloaded and installed MacTeX. Latex (pdflatex) works fine from the command line. However "Typeset & View" in TextMate returns the following:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
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.
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.
Any ideas? I'm slightly baffled and have run out of things to try. Thanks in advance.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- Brad Miller Assistant Professor, Computer Science Luther College
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 17.09.2008, at 20:25, Brad Miller wrote:
On Wed, Sep 17, 2008 at 9:56 AM, Christoph Wockel <christoph.wockel@gmx.net
wrote:
On 17.09.2008, at 13:42, Brad Miller wrote:
On Tue, Sep 16, 2008 at 3:51 PM, Christoph Wockel <christoph.wockel@gmx.net
wrote:
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. I'm not sure what you mean that TextMate does not find the files in ~/Library/....
My preamble looks like
\documentclass[11pt]{article}
\include{abbreviations} \include{paper}
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.
great! As a workaround I shall copy the files from ~/Library/... to the directory where the .tex document is located. Then the problem vanishes.
Out of curiosity, are abbreviations and paper .tex files or are they .sty files? Why do you use \include rather than \usepackage?
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.
\begin{document}...
and the files paper.tex and abbreviations.tex are located in ~/ Library/texmf/tex/latex. When runing "Typeset & View", I get the following warning
Warning: Could not open abbreviations.tex to check for packages
Warning: Could not open paper.tex to check for packages
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.
I think the author of the completions command probably made the same assumptions as I did about ~/Library/texmf/tex/latex
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.
Do you have multiple versions of latex installed on your computer? It may be that you are not running the MacTeX version?
no, I only have MacTex installed and "which pdflatex" yields "/usr/ texbin/pdflatex" (in the terminal).
Brad
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?
Christoph
On 16.09.2008, at 06:36, Darren Croton wrote:
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.
Specifically, i downloaded and installed MacTeX. Latex (pdflatex) works fine from the command line. However "Typeset & View" in TextMate returns the following:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
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.
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.
Any ideas? I'm slightly baffled and have run out of things to try. Thanks in advance.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- Brad Miller Assistant Professor, Computer Science Luther College
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- Brad Miller Assistant Professor, Computer Science Luther College
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Le 18 sept. 08 à 08:58, Christoph Wockel a écrit :
My preamble looks like
\documentclass[11pt]{article}
\include{abbreviations} \include{paper}
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.
great! As a workaround I shall copy the files from ~/Library/... to the directory where the .tex document is located. Then the problem vanishes.
Yes but if you need a file like "random.tex" /usr/local/texlive/2008/texmf-dist/tex/generic/genmisc/random.tex
i think it's not serious to try to change is location.
Why use \include instead \input before \begin{document} ?
Out of curiosity, are abbreviations and paper .tex files or are they .sty files? Why do you use \include rather than \usepackage?
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.
\usepackage is for a package latex file (.sty ) \input is used for a tex file.
\begin{document}...
and the files paper.tex and abbreviations.tex are located in ~/ Library/texmf/tex/latex. When runing "Typeset & View", I get the following warning
Warning: Could not open abbreviations.tex to check for packages
Warning: Could not open paper.tex to check for packages
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.
I think the author of the completions command probably made the same assumptions as I did about ~/Library/texmf/tex/latex
With my remark about completion in the LateXCommandCompletions thread, if you add fileExt = "tex" in the LateXCommandCompletions.rb
#!/usr/bin/env ruby # ##################### # Helper function ##################### def recursiveFileSearch(initialList) extraPathList = [] fileExt="tex"
I think that the problem vanishes.
Best Regards
Alain Matthes
Darren, I haven't seen this message for a long time. You can get additional debugging information about what the LaTeX bundle sees by running the following command:
defaults write com.macromates.textmate latexDebug 1
Then try to typeset your file in TextMate again and send me the debug output. Hopefully that will be enough to figure out what is going on.
defaults write com.macromates.textmate latexDebug 0
will turn off the debug output.
Thanks,
Brad
On Mon, Sep 15, 2008 at 11:36 PM, Darren Croton darren@astro.berkeley.eduwrote:
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. Specifically, i downloaded and installed MacTeX. Latex (pdflatex) works fine from the command line. However "Typeset & View" in TextMate returns the following:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
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.
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.
Any ideas? I'm slightly baffled and have run out of things to try. Thanks in advance.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate