2
votes
0answers
70 views

vim-latex problem on Windows

I'm using vim with cygwin on Windows XP. I have Miktex install and I can compile files using Texmaker for example. However, I'd like to use vim with the vim-latex suite. When I type :echo ...
3
votes
1answer
190 views

vim-latex: “I can't write on …” error

I am using vim-latex. I compile TeX document using \ll command, then \lv to view it. It generates a PDF file. So far, so good. The problem starts when I try to modify my TeX file and compile it again ...
0
votes
0answers
180 views

VIM LATEX error when compiling [closed]

I have been using TeXniccenter for a long time, and wanted to try using VIM with the latex suite since it seems very fast when you get the hang of it. My problem is that when I create a new ...
2
votes
2answers
562 views

Getting \cite{} autocompletion to work in gvim with latex-suite on windows 7

I am using gvim (latest version) with latex-suite (latest version) on Windows 7 32 bits. This is a fresh install from my previous Ubuntu setup. Everything runs fine except for cite autocompletion, and ...
3
votes
1answer
423 views

How to setup Vim-Latex to run only 1 instance of SumatraPDF?

I'm trying to setup vim-latex plugin to do default compile and view using PDF, with SumatraPDF as the default reader. Here's the configuration I made in .vimrc: let g:tex_flavor='latex' let ...
2
votes
4answers
936 views

vim, PDF -XChange, pdflatex, TeX Live 2010, windows xp, (pdfsync)

Hope I didn't forget any. These are the packages I want to use on my computer for typesetting pdf files. Up to date I'm using vim (without any plugin but integrated syntax highlighting for .tex files) ...
1
vote
2answers
2k views

How to view pdf on Windows 7 using Vim with latexsuite plugin?

I sometimes use a Windows 7 laptop and I'm trying to set up Vim and latexsuite. I can compile with \ll and then go view the PDF by manually opening it. I would like to set it up like I've done with ...