Re: [Vim-latex-devel] [Contact] strange behaviour
Brought to you by:
srinathava,
tmaas
From: Aditya M. <adi...@al...> - 2004-11-19 03:31:16
|
<--- On Nov 18, Kamaraju Kusumanchi wrote ---> > Saber wrote: > >> Hello , >> >> In a latex document , while in insert mode , if i type : DIAMETER , I have >> the following output : >> >> >> >> >> >> AM\begin{table} >> >> 503 \centering >> >> 504 \begin{tabular}{R} >> >> 505 >_______<++> >> >> 506 \end{tabular} >> >> 507 \caption{<+Caption text+>} >> >> 508 \label{tab:<+label+>} >> >> 509 \end{table}<++> >> >> >> >> I use Latex-suite , and I thought that there is some mapping for a macro >> that I dont knwo about ... >> >> >> > ETE - creates the above table environment. > > You are entering ETE after M in DIAMETER. > If you want to avoid that you can enter ETE as ET ^V E the spaces are just for ease of reading. ^V is CTRL+V Aditya |