I think that the Latex Watch is experimenting problems after the upgrades in TM 2. To be sure, I need to know how do I correctly set the TM_LATEX_MASTER in the .tm_properties file.
I was using TM_LATEX_MASTER = foo.tex It is not working anymore. I tried: TM_LATEX_MASTER = 'foo.tex' TM_LATEX_MASTER = "foo.tex" TM_LATEX_MASTER = /foo.tex TM_LATEX_MASTER = '/foo.tex' TM_LATEX_MASTER = "/foo.tex" TM_LATEX_MASTER = ./foo.tex and etc
What should I do?
-- View this message in context: http://textmate.1073791.n5.nabble.com/TM-LATEX-MASTER-and-Latex-Watch-tp2678... Sent from the textmate users mailing list archive at Nabble.com.
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.
Thanks you Allan, this solved my problem.
-- View this message in context: http://textmate.1073791.n5.nabble.com/TM-LATEX-MASTER-and-Latex-Watch-tp2678... Sent from the textmate users mailing list archive at Nabble.com.