Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I have bigger TeX document and I'm using srcbook with the following customisations:

 \documentclass[a4paper,final,11pt,twoside,openany,headsepline,numbers=noenddot,bibliography=totocnumbered,toc=listof]{scrbook}

I compile activating the generation of synctex:

main.pdf:  main.tex
        pdflatex -synctex=1 -file-line-error -interaction nonstopmode main

However I'm not able to do forward and backward search neither in Linux nor in a Mac. This is quite puzzling, since it doesn't happen with other styles (article, etc. )

share|improve this question
Do you have spaces in the file path? SyncTeX doesn't like that. – marczellm Feb 5 at 14:55
paag:latex paag$ synctex edit -o 11:1:1:main-DC5.pdf This is SyncTeX command line utility, version 1.2 paag:latex paag$ synctex edit -o 4:1:1:main-DC5.pdf This is SyncTeX command line utility, version 1.2 SyncTeX result begin Output:main-DC5.pdf Input:/Users/paag/tmp/test/latex/./main-DC5.tex Line:238 Column:-1 Offset:0 Context: SyncTeX result end – Pedro A. Aranda Feb 14 at 8:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.