[TxMt] Re: TM_LATEX_MASTER and Latex Watch
Allan Odgaard
mailinglist at textmate.org
Sat Aug 3 07:21:42 UTC 2013
On Aug 3, 2013, at 7:11, svsdiscussion at gmail.com wrote:
> I was using TM_LATEX_MASTER = foo.tex
> It is not working anymore […]
Use: TM_LATEX_MASTER = "$CWD/foo.tex"
This ensures that it is set to an absolute path ($CWD being the folder of the .tm_properties file).
I think it used to work as a relative path in the past, but only if all files were in the root of the project.
More information about the textmate
mailing list