What’s the difference between this command:
/ddecmd “[goto(’%f’,’%l’)]
and this one?
/ddecmd “[goto(‘%f’,’%l’)]
In practice, the latter allows you to do a proper inverse search (clicking on the PDF takes you to the relevant section of the LaTeX document for editing), while the former does not.
That little tick mark, ’, is wrong. It should be a single quote, ‘. I don’t even know what it is, because it’s not a single backquote, `. It’s something entirely different that jumped into the command and frustrated me for many hours.
Now you know. Not all quotes are the same.