> I trying to use latex on Mac OS X with MacVim. I have more than one > LaTeX distribution installed (comming from macports, fink and the one > comming with TexShop). How can I tell vim-latex-suite which one to use? > I guess it must be possible to provide somewhere the path where > binaries, classes etc. reside.
See :help latex-suite and search for CompileRule. In particular, the section on Tex_CompileRule_format provides information on how to specify which command to use to build your document. You can specify your format directly, and you can probably create a map to easily switch settings as needed. I'm a little skeptical about whether you have a good reason to have three different distributions. I'm also surprised that TeXShop is bundled with its own distribution. Ideally, you should just be using MacTeX (which is just TeXLive for Mac): http://www.tug.org/mactex/ Moreover, if you use MacTeX, it will add a panel to your Mac system configuration that allows you to quickly switch which distribution you are pointing to (it just adjusts a symlink from /usr/texbin to the appropriate distribution). If I remember correctly, it only supports a couple of non-MacTeX alternatives. However, you may be able to use it as inspiration for your own setup. Likewise, you may be interested in this MacTeX FAQ question: http://www.tug.org/mactex/faq/#qm03 Best -- Ted -- Ted Pavlic <t...@tedpavlic.com> ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel