[Vim-latex-devel] compiling and viewing issues
Brought to you by:
srinathava,
tmaas
From: A. T. <ato...@gm...> - 2009-06-21 00:59:35
|
Hi, I have two problems I hope you could help me with. 1. When I compile using \ll I can verify that compiling worked (or didn't, if I had errors in the .tex file), but instead of getting the error window in gvim I just get a quick flash of some text. 2. I can't get viewing to work. I have set in my ~/.vim/tex.vim file: let g:Tex_ViewRule_ps='evince' let g:Tex_ViewRule_pdf='evince' let g:Tex_ViewRule_dvi='evince' When I try to view using \lv, I see ":call Tex_ViewLaTeX()" in the command window, but nothing happens. If I issue ":call Tex_ViewLaTeX()" myself still nothing happens. However, I can do ":!evince <path to my file>" and get evince to successfully open up. Any ideas? Thanks! |