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. )