Hi, I'm a brand new TextMate user (as of yesterday), and have enjoyed very much my experience so far. I do a lot of writing in LaTeX, and have been very impressed with the design of the LaTeX-related features. Virtually everything has worked as advertised, and I'm busy integrating those new features I haven't had in the past into both my memory and my workflow.
One question: The command "Typeset & View (PDF)" works fine, as does syncing from my viewer (Skim) back to TextMate. However, I currently am unable to go the other way. When I try "Show in PDF Viewer (pdfsync)", nothing happens; if I change the output setting for the command (in the bundle editor) to "Show as HTML", then executing the command via the menu gives the following message:
Running sync on sensory-function.tex pdfsync.sty must be included to use this command
I've looked through the list archives, but don't see any mention of this symptom. I don't mind getting my hands dirty (and do have some skill in Python, so I've started looking at texMate.py), but was hoping someone could point me in the right direction to finish diagnosing and/or fixing this particular issue.
(TeX Live 2007 distribution, Skim and TextMate both up-to-date)
Thanks very much,
-- Phil
On 31/10/2007, Phil Schumm pschumm@uchicago.edu wrote:
pdfsync.sty must be included to use this command
This may be a silly question, but just to check: you *have* included
\usepackage{pdfsync}
in your source document, I suppose?
Robin
Phil,
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.
Have you tried this out on a simpler document? Do you have the same trouble there?
Thanks,
Brad
On Oct 31, 2007, at 4:43 PM, Phil Schumm wrote:
Hi, I'm a brand new TextMate user (as of yesterday), and have enjoyed very much my experience so far. I do a lot of writing in LaTeX, and have been very impressed with the design of the LaTeX- related features. Virtually everything has worked as advertised, and I'm busy integrating those new features I haven't had in the past into both my memory and my workflow.
One question: The command "Typeset & View (PDF)" works fine, as does syncing from my viewer (Skim) back to TextMate. However, I currently am unable to go the other way. When I try "Show in PDF Viewer (pdfsync)", nothing happens; if I change the output setting for the command (in the bundle editor) to "Show as HTML", then executing the command via the menu gives the following message:
Running sync on sensory-function.tex pdfsync.sty must be included to use this command
I've looked through the list archives, but don't see any mention of this symptom. I don't mind getting my hands dirty (and do have some skill in Python, so I've started looking at texMate.py), but was hoping someone could point me in the right direction to finish diagnosing and/or fixing this particular issue.
(TeX Live 2007 distribution, Skim and TextMate both up-to-date)
Thanks very much,
-- Phil
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
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
Phil,
Glad you got it to work. You also uncovered a bug in how I check for packages. Currently I see a package called 'natbib,pdfsync' I'll fix that up shortly.
Brad
On Nov 1, 2007, at 7:17 AM, Phil Schumm wrote:
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
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate