On Jun 18, 2008, at 5:37 PM, Christiaan Hofman wrote:

>
> On 18 Jun 2008, at 11:19 PM, robert coleman wrote:
>
>>
>>> How can I do an inverse search from a skim document made from a  
>>> latex
>>> file with \input files?  I'm using auctex in aquamacs and  
>>> pdfsync.  I
>>> have \usepackage{pdfsync} in the preample and command-shift click
>>> only takes me to the master file.
>>
>
> Skim does support pdfsync for multi-file projects. though it depends
> on what pdfsync does with it. And I don't know if pdfsync properly
> handles \input, perhaps it only works with \include. So the short
> answer is: this is a question about pdfsync and latex, not Skim. If
> pdfsync can handle it, Skim can, and if pdfsync can't handle it, Skim
> can't.
>
> BTW, if you use latex you shouldn't use \input to start with. That's
> really bad practice, and if things don't work because of it you have
> only yourself to blame (unless you collaborate, than you can blame
> your collaborators).
>
> Christiaan
>

Actually there's nothing wrong with \input{filename}, it is I believe  
well documented and part of LaTeX, and it differs from \include in  
the fact that it does not try a \clearpage. I couldn't find a  
reference right now, but I believe that "\input filename" is actually  
a different command, and that is the "TeX" one that one might want to  
avoid, and that's the one that pdfsync definitely does not follow.  
But pdfsync will follow \input{filename}, as a simple example can show.

So if the OP is using \input{filename}, it should work.

Haris Skiadas
Department of Mathematics and Computer Science
Hanover College





-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to