Hi Long, On 4/29/06, Chen Long <[EMAIL PROTECTED]> wrote:
I am new to vim-latex. When I open .tex file using Vim. It says thatNo View rule defined for target pdf Please specify a rule in $VIMRUNTIME/ftplugin/tex/texrc :help Tex_ViewRule_format What should I do? by the way, I am using Mac OS 10.4.
Turns out this is a bug in latex-suite specific to the Mac. I fixed this (hopefully) in SVN, but I cannot be sure since I do not have access to a Mac. In the meanwhile, a simple way to get around this is to put something like: let Tex_ViewRule_pdf = '/path/to/acrobat/reader $*.pdf' in your ~/vimfiles/ftplugin/tex.vim or .vimrc (I do not know how these files are named, but you hopefully get the idea). BTW, even with this warning, viewing should still have worked. Thanks, Srinath ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Vim-latex-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
