Re: [Vim-latex-devel] compiling error

2009-02-11 Thread Julien Cornebise
Glad to help :) Julien On Wed, Feb 11, 2009 at 4:48 PM, Julia Albath wrote: > That did it. there was a journalECDS.tex.latexmain hanging around my home > folder, several levels above my current working dir. Thanks for the help. > > On Wed, Feb 11, 2009 at 2:52 AM, Julien Cornebise > wrote: >> >>

Re: [Vim-latex-devel] compiling error

2009-02-11 Thread Julia Albath
That did it. there was a journalECDS.tex.latexmain hanging around my home folder, several levels above my current working dir. Thanks for the help. On Wed, Feb 11, 2009 at 2:52 AM, Julien Cornebise < julien.corneb...@gmail.com> wrote: > Hi Julia > > This is a naive idea, but the first that crosse

[Vim-latex-devel] PDF forward search (using SyncTex), and DDE

2009-02-11 Thread Julien Cornebise
Hi all I am trying to tweak vim-latex' Tex_ForwardSearchLaTeX so that it can forward-search with SumatraPDF. I have 2 questions : 1. do you know how to obtain the line of the next synchronization point set by synctex ? (synctex used to be the package pdfsync, but is now included in pdflatex usin

[Vim-latex-devel] SumatraPDF and inverse search

2009-02-11 Thread Julien Cornebise
Dear all Just to help people who will be looking for the answer in the future (as I was this morning), the way to setup the Inverse search (i.e. from the PDF to the latex) with vim-latex is to 1. add the following line to your .vimrc, beware of the slashes let g:Tex_ViewRule_pdf = '"c:\Program Fi

Re: [Vim-latex-devel] compiling error

2009-02-11 Thread Julien Cornebise
Hi Julia This is a naive idea, but the first that crosses my mind : have you checked for the existence of a trailing journalECDS.tex.latexmain which would be situated anywhere in the parents folders of the file you're currently trying to compile ? (maybe in the root of your home) See http://vim-la