0
votes
0answers
55 views

TeXworks Synctex not working

Using TeXworks Version 0.4.4 r.1003 (Fedora). I have a main.tex file and several included files. I have placed % !TEX root = path/to/root at the top of the included files. I select Typeset and ...
3
votes
1answer
490 views

SyncTeX functionality in TeXShop and TeXworks

I have a LaTeX source code compiled with synctex=1. If I open it in TeXShop and I can click in the viewer on a certain word then I am navigated exactly on the word in the source code. By contrast, if ...
5
votes
2answers
1k views

TeXworks: synctex works only partially

I've got a document that compiles without error or warnings (and looks about right) but for some segments of the document synctex doesn't seem to be working. What could be wrong? The document ...
4
votes
2answers
595 views

synctex problem with -output-directory in TeXLive

I am currently using Windows 7, TeXLive2011, and TeXworks 0.4.3. I want to put all temporary files in tmp directory located in the same working directory as the .tex file. But, I want the final .pdf ...