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:
>-
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
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
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
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
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
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