On Oct 31, 2007, at 5:23 PM, Brad Miller wrote:
The command checks to make sure that you have included pdfsync.sty before it attempts to sync with Skim. Since the Skim to LaTeX part is working my question is where and how do you have pdfsync included in your latex file? The command should be smart enough to follow inputs and includes but maybe you have a case I didn't consider.
That was it. I was using the line
\usepackage{natbib,pdfsync}
but as soon as I changed it to
\usepackage{natbib} \usepackage{pdfsync}
syncing from TextMate worked fine. Sorry if this was covered in the documentation and I missed it.
Thanks to Brad and Robin for their quick responses.
-- Phil