Hello,
recently I've been trying different things with project-related tm_properties files. To help me better understand what I'm doing, could anybody please explain the background behind different kinds of quotation marks like " or ' ?
For example it took me some time to figure out that while
projectDirectory = "$CWD"
uses " marks, setting of a variable afterwards
TM_LATEX_MASTER = '${CWD}/document.tex'
will only work properly if ' is used (at least it didn't work for me with " when doing the LaTeX run from subdirectories).
What is the technical difference between those " and ' ?
Thanks, d'Alembert
-- View this message in context: http://textmate.1073791.n5.nabble.com/tm-properties-Question-tp25916.html Sent from the textmate users mailing list archive at Nabble.com.