Re: [Vim-latex-devel] Old tutorials + <alt> problems on Windows
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2017-03-08 15:45:21
|
Hi, > 1) When I type eqnarray, hit <F5> it does create the environment but > with different placeholders than the ones in the tutorial and it doesn't > have the \label there. Can you please update the tutorial so it matches > the current state? Yes, this should be preferable. The current version of latex-suite no longer supports the obsolete 'eqnarray'. If you try 'align<F5>', you should get a reasonable expansion. > 2) I tried to create the \label by <Alt>+<L> but it collides with > TeX-E_l_ements menu shortcut and apparently Windows catches that first > so no label is created. Is there a way to circumvent this? Or can the > shortcut of TeX-Elements be changed to something else? This is covered in the manual, see section 3.10: http://vim-latex.sourceforge.net/documentation/latex-suite/altkey-mappings.html Something like set winaltkeys=no should help. > *3) I also didn't find a way how to get rid of the named placeholders > (e.g. <+position+>) if I don't want to write anything there (if I hit > <Ctrl>+<J> they stay there). How does one do that? 1. Possibility: You can delete the placeholder before jumping. 2. Possibility: You set g:Imap_StickyPlaceHolders to 0. This automatically deletes the placeholders if you jump away, see http://vim-latex.sourceforge.net/documentation/latex-suite.html#Imap_StickyPlaceHolders Best regards, Gerd |