I have encountered a strange SyncTeX problem for which I'm unable to provide an MWE.
In a 40+ page document with a table of contents (after which a \clearpage, SyncTeX stops working in one subsection only under the following conditions:
- No sections are omitted from the document (that's why no MWE is possible -- if I start removing sections and their contents, the problem vanishes)
tocdepthis set to 2 (it works with 0, 1 and 3(!!))- The section is not too short and not too long, so that it spans exactly two pages and the following section starts on the second page of this section
"Stops working" here means that neither forward nor inverse search are possible for the section in question only -- in the other sections, SyncTeX just works fine.
Has anyone experienced similar problems? Is there a workaround?
The problem appears in TeXStudio with most recent SyncTeX (1.17). I'm on Ubuntu 12.10 with TeXlive 2012 from the Ubuntu repositories.
SyncTeXparser does not work accurately(exact.texline <->.pdfline correspondence) on all times,it depends mostly. its rough approximation.if you unzip thesynctex.gzyou find the .tex coordinates corresponding to the pdf. Also with special characters infile-names^&.texSynctexdoes not work properly. May be TeXstudio issue tracker may throw somelight ? – texenthusiast Mar 4 at 9:55-synctex=1option and other arguments as mentioned in TeXstudio doc ? Try TeXmaker or TeXworks for a change to cross check it with all new files. Send the files in dropbox if its not confidential.Someone here can verify. – texenthusiast Mar 4 at 10:22