Hi
I have some problems with Forward Search in TeXnicCenter output view (using YAP): Forward search doesn't always work the way it should.
For example, consider the following document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{article}
...
\begin{document}
...
\input{sec-00-Abstract}
\input{sec-01-Introduction}
...
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
If I bring the cursor to the first line (\documentclass) and press F5 it takes me to the first page of the output file in YAP, which is what I want. But if I move the cursor to the '\input{sec-00-Abstract}' it does NOT take me to that section (instead the YAP output automatically points to page 22(!) of my document).
The Reverse Search from YAP to TeXnicCenter works fine all the time.
Can anyone help me with this problem please?
These are the settings for my Build=> Define Outputs
*** Profiles : LaTex => DVI
** Viewer Tab **
-- View Project's Output : Command Line Argument : -1 "%bm.dvi"
-- Forward Search : Command Line Argument : -1 -s %l"%Wc" "%bm.dvi"
Many Thanks,
Noushin