On 12 Aug 2008, at 5:22 PM, Maxwell, Adam R wrote: > > > > On 08/12/08 01:55, "Christiaan Hofman" <[EMAIL PROTECTED]> wrote: > >> Could someone test synctex in both directions with the current >> source? > > TextMate->Skim works, although lines might be off-by-one.
This may be due to the offset of the line number (0-based or 1-based). Though Skim is making the same assumptions as every other pdfsync implementation I have seen (TeXniscope, PDFView, iTeXMac, iTeXMac2, TeXShop, auctex). > TextMate->Skim > sync does not work in the abstract of my paper (using agutex.cls), but > iTeXMac2 is able to sync the abstract. > > Skim->TextMate does not work at all (TextMate doesn't even > activate). The > console log has a bunch of these: > Skim->editor did not work because of path expansion. Skim was using CFURLCreateFromFileSystemRepresentation for char* -> NSString* conversion, but that does not work properly for the relative paths synctex returns, because it expands the path using the current directory. So that's changed to CFStringCreateWithFileSystemRepresentation. > 08/12/08 08:10:21 [0x0-0xe70e7].net.sourceforge.skim-app.skim[16755] > SyncTeX > internal inconsistency: we should not get there > (synctex_best_child_node:6), > please report bug to the SyncTeX maintainer > > Update: Skim->TextMate sync is working (except the abstract) after > svn up > and recompile today. The log message is still present, but is > apparently > something for Jerome to fix. For sure. I have no idea about the details of the pdfsync parser or the syntax of a synctex file. > > -- > Adam > About the abstract, what is the source file supposed to be? Is it a .tex file? Christiaan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
