我用过这个,但它不像 IEEEbiography 那样工作。请帮帮我。
\documentclass[runningheads]{llncs}
\usepackage{graphicx}
\AtBeginDocument{
\setlength\abovedisplayskip{0pt}
\setlength\belowdisplayskip{0pt}}
\usepackage{wrapfig}
\newcommand*{\authorimg}[1]{%
\raisebox{-.3\baselineskip}{%
\includegraphics[
height=\baselineskip,
width=\baselineskip,
keepaspectratio,
]{#1}%
}%
}
\begin{document}
\begin{biography}
{
\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{BioPic.png}
}
\textbf{Author name}
........
\end{biography}
\begin{biography}
{
\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{BioPicSir.png}
}
\textbf{Author Name} ...
\end{biography}
\end{document}