On Aug 3, 2013, at 7:11, svsdiscussion@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.