On Mar 27, 2009, at 11:43 AM, Piero D'Ancona wrote:
Alex Ross <tm-alex@...> writes:
You can add --synctex=0 under the Options for the default engine. Press ⌘,p in a latex document to bring up the latex preferences.
Wouldn't that mean that I have no the synchronization pdf > source? In that case I prefer to put up with the selection in Skim
You can probably edit the script to do what you want…
Open Latex.tmbundle/Support/bin/texMate.py and go to line #203:
if syncPath and usePdfSync:
Instead, change it to this:
if syncPath and usePdfSync and False:
That ought to do it.
—Alex