Hi,
s:figure_graphicx is invoked, if the graphicx package is detected. If
the automatic detection does not work for you (and you always use the
graphicx package), you could put
"" Add graphicx to the detected packages (such that EFI uses
\includegraphics)
if !exists("g:Tex_package_detected")
Hi,
In latex-suite, there is two shortcut for figure:
let s:figure = "\\begin{figure}[<+htpb+>]\\\centering\\
\psfig{figure=<+eps file+>}\\\caption{<+caption text+>}\\
\label{" . s:labelprefix_figure . "<+label+>}\\\end{figure}" .
s:end_with_cr . "<++>"
let s:figure_graphicx ="\\begin{figu