Re: [Vim-latex-devel] Problem with environment insert
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2005-11-26 23:52:59
|
On 11/26/05, Min Klugh <klu...@ho...> wrote: > I installed latexSuite20051119.tar.gz and have problem with inserting > environments with <F5> for eqnarray(*), equation, and align(*) which > have "label{}" tag in it. When I do <F5> + number to choose one of them, > or type "eqnarray" and type <F5>, it looks like the followings : > > \begin{eqnarray} > [cursor] > \label{<++>} > \end{eqnarray}<++> > > where [cursor] means the position of the cursor, which is wrong. > I installed the same package to another machine and it works. > I suspected vim version (6.3), so installed 6.4 but the same. It looks like you are talking about "place holders". See http://vim-latex.sourceforge.net/index.php?subject=3Dfaq&title=3DFAQ#faq-pl= aceholders As of vim 1.5, the single character which looks like "<<" has been replaced by the two characters "<+". HTH, Srinath |