[Vim-latex-devel] [Contact] Problems with Vim-Latex on Mac
Brought to you by:
srinathava,
tmaas
From: James <vim...@so...> - 2005-01-17 18:15:55
|
Hello, I've installed Vim 6.2 and the LaTeX-suite on my Mac which runs OS X 10.3.2, but I can't seem to get LatTeX to work properly. (I installed the version of LaTeX-suite dated December 19, 2004 on the "Download" page.) I have problems ranging from minor to serious: 1. The LaTeX-suite menus seem incomplete. For example TeX-Suite -> Templates just shows numbers 1:,2:,3:, and 4:. Shouldn't actually list the available templates like "article" etc.? 2. To fold, the tutorial says "In normal mode, press \rf", but how does this <mapleader> stuff work? I know that I can refresh fold using the menu, but I would really like to use keystrokes. Is there a reference that explains the use of mapleaders simply? 3. Following the tutorial I tried \ref{<f9>} and \ref{<f9>, and a number of other variations, but I can't get the auto completion to work. All I get is 'No bibkey, label or word beginning with "" ', even though \label{eqn:euler} is clearly there. I'm not sure if this is relevant or not, but TLook and related commands seem to work fine. 4. Compile doesn't seem to work properly. When I envoke the compiler from the menu, in one window it says tcsh: Missing } and in the [Error List] it says :silent! call Tex_RunLaTex() When I do :call Tex_RunLaTex() I get a bunch of errors (*not* E117: Unknown function though). If I need to configure my compiler rules, g:Tex_CompileRule_dvi how do I find out what to change the default string to? Thank you in advance for your help. James |