[Vim-latex-devel] change vim-latex expansion
Brought to you by:
srinathava,
tmaas
From: Rudra B. <rud...@ao...> - 2013-07-08 10:39:18
|
Hello friends, in vim-latex, EFI expands as \begin{figure}[<+htpb+>] \centering \psfig{figure=<+eps file+>} \caption{<+caption text+>} \label{fig:<+label+>} \end{figure}<++> I want to change this as \begin{figure}[<+htpb+>] \centering \includegraphics[scale=<++>]{<+figure+>} \caption{<+caption text+>} \label{fig:<+label+>} \end{figure}<++> %since I generally do pdflatex, and use \includegraphics, rather then psfig. Any way to achieve it? -- Rudra |