[TxMt] LaTeX texinputs

Ian Th Atha thatha at thatha.org
Mon Jan 26 00:17:44 UTC 2009


Hello there,

On 1.5.8 r1496 the LaTeX bundle seems to ignore the TEXINPUTS variable.

I turned on the debug output:
===
%!TEX Directives:  {}
[...]
TEX package list =  ['indentfirst', 'setspace', 'pdfsync', 'amsmath',
'amssymb', 'amsthm', 'fancyhdr', 'lastpage', 'extramarks', 'chngpage',
'url', 'graphicx', 'graphviz']
texMateVersion =   $Rev: 10791 $
engine =  pdflatex
texCommand =  latex
viewer =  Skim
texinputs =  .::/Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/tex//
fileName =  A2.tex
[...]
===

Python seems to be able to pull the env variable properly:
===
toirse:~ thatha$ python
Python 2.5.1 (r251:54863, Jul 23 2008, 11:00:16)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> print os.getenv('TEXINPUTS')
/Users/thatha/.latex//:
===

Any ideas what's wrong?

I recently transitioned to OS X from Linux and I'm wondering if
setting the variable in .profile is enough?

Thanks,

Ian.



More information about the textmate mailing list