I'm using Texmaker with XDVI and configure the forward/inverse search as follows:
As latex command I use
latex --src -interaction=nonstopmode %.tex
and I open XDVI with
xdvi -editor "texmaker %f -line" %.dvi -sourceposition @:%.tex
When I work on a single file, both forward and inverse search work fine.
But if I work on bigger project separated into several files included in one master file via
\include, the forward search fails to work (inverse search still works fine). Has anyone experienced this problem?Thanks,
Jolo