[Vim-latex-devel] How to refresh xdvi automatically.
Brought to you by:
srinathava,
tmaas
From: ahmet n. <ahm...@ya...> - 2006-08-01 18:00:45
|
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: ---------------->--------------------- TexLet g:Tex_CompileRule_dvi = 'latex -src-specials -interaction=nonstopmode $*; kill -SIGUSR1 `pgrep xdvi.bin`' -----------------<---------------------- I removed it and now everything became okey(it is only problematic for a multiple file latex project). But I miss this feature. Is there an another way to do automatic refreshing of xdvi everytime I latex it by \ll ? Regards, Ahmet __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |