[Vim-latex-devel] How to refresh xdvi automatically.

2006-08-01 Thread ahmet nurlu
Hi, I posted email earlier about quickfix window behaving strangely. I found the culprit. The problem was the line inside the ".vim/ftpplugin/tex.vim" which I put in order to refresh xdvi automatically. This tip was given in the list by Sebestian which is: >-

[Vim-latex-devel] output path for .log files

2006-08-01 Thread Gastón Araguás
Hello how can i do to put the *.log and *.aux *.toc in the same directory where i'm compiling but under tmp/? what i'm doing now is (my ~/.vim/ftplugin/tex.vim) let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_FormatDependency_pdf = 'dvi,pdf' let g:Tex_CompileRule_dvi = 'latex -interaction=nonsto

Re: [Vim-latex-devel] .tex files without \documentclass \begin{document} and \end{document} aren't recognised as latex sources

2006-08-01 Thread Aditya Mahajan
On Sat, 15 Jul 2006, Mark Gesing wrote: > Hi, > > I am in the habit of splitting my latex sources into several files so that > the source is easier to manage. > > How can I set up the suite so that all files with filenames ending in *.tex > enable the vim-latex suite? Currently only the document c

[Vim-latex-devel] [vim-latex - Help] .vimrc or _vimrc in Win XP?

2006-08-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3840875 By: daacosta I am trying to install and use VIM-Latex on a Win XP laptop per these instructions: http://vim-latex.sourceforge.net/index.php?subject=download&title=Download Step 1 of 4 was completed v

[Vim-latex-devel] [vim-latex - Help] .vimrc or _vimrc in Win XP?

2006-08-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3841184 By: daacosta I am trying to install and use VIM-Latex on a Win XP laptop per these instructions: http://vim-latex.sourceforge.net/index.php?subject=download&title=Download Step 1 of 4 was complete

[Vim-latex-devel] .vimrc file

2006-08-01 Thread Diego Acosta
Dear developers,I am trying to install and use VIM-Latex on a Win XP laptop per these instructions:http://vim-latex.sourceforge.net/index.php?subject=download&title=DownloadStep 1 of 4 was completed very well and the files were extracted correctly.  The second step is what's causing me grief   I ca

Re: [Vim-latex-devel] output path for .log files

2006-08-01 Thread Aditya Mahajan
On Tue, 1 Aug 2006, Gastón Araguás wrote: > Hello > > how can i do to put the *.log and *.aux *.toc in the same directory > where i'm compiling but under tmp/? > > what i'm doing now is (my ~/.vim/ftplugin/tex.vim) > > let g:Tex_DefaultTargetFormat = 'pdf' > let g:Tex_FormatDependency_pdf = 'dvi,p