Hi,

I am writing my thesis and have splitted it to
multiple files. The directory structure is  like as
the following:
------------------->------------------------
thesis/
    thesis.tex
    thesis.tex.latex
    abstract.tex
    intro/
        intro.tex
        figures/
            fig1.eps
            fig2.eps
    chapter1/
        chap1.tex
        figures/
            fig1.eps
    conclusion/
        conclusion.tex
        figures/
---------------->------------------

And thesis.tex looks like this:
------------------------>------------
\documentclass{report}
\begin{document}

\include{abstract.tex}
\include{intro/intro.tex}
\include{chapter1/chap1.tex}
\include{conclusion/conclusion.tex}
\end{document}
--------------------<--------------------

For example, I opened the file "/intro/intro.tex" ,
I latexed it. If there is a mistake in that file, the
quickfix window opens itself and shows the mistake.
When you press <enter> on any line in quickfix window,
,as you normally expect, the cursor jump to the
location of the error. But it doesn't behave like
this.
The cursor stays in the quickfix window. You need to
go the line of the error manually.

I wonder what causes this problem. I am using Vim7.0.

Regards,
Ahmet



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to