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
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Vim-latex-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel