[Vim-latex-devel] Vim Latex with new file with Vim.app on Mac OS X
Brought to you by:
srinathava,
tmaas
From: Ritesh N. <ri...@gm...> - 2007-03-02 22:49:56
|
Hello I downloaded the Vim.app package from http://macvim.org/OSX/ index.php. I installed it and downloaded the Vim-Latex package. I copied the stuff in .vim folder as mentioned in the tutorial. My .vimrc has the entry: syntax on set tabstop=4 set guifont=Monaco:h12 winsize 170 45 filetype plugin on It seems that the suite dosnt work with Vim.app when I create a new file using the :e newfile.tex No change in the menu bars nor the F5 method works as mentioned at: http://vim-latex.sourceforge.net/documentation/latex-suite-quickstart/ lsq-inserting-template.html Now if I open an existing .tex file, then I get an error: "No View rule defined for target pdf. Please specify a rule in $VIMRUNTIME/ftpluglin/tex/texrc :help Tex_ViewRule_format but I can now see the three Latex Suite menu and even things are working with <F5>. Is it a known issue? I can workaround the problem by creating an empty file in the terminal by using touch command and then opening the .tex file in VIM but sometimes it is not convenient. Is this a known issue or am I missing something? Ritesh |