如何正确添加 SVJour3 模板的传记?

如何正确添加 SVJour3 模板的传记?

对于 IEEE 模板,我使用以下代码片段添加了传记:

\begin{IEEEbiography}
...
\end{IEEEbiography}

如何使用 SVJour3 添加传记?

我已经检查过了https://latextemplates.github.io/svjour/

但是,没有提到如何使用 SVJour3 模板正确添加传记。

欢迎任何帮助。

答案1

这是一篇简化的“论文”,在最后添加了一张图片和一段简短的文字。

% !TeX program = pdflatex
\documentclass[twocolumn,natbib,english]{svjour3}        % twocolumn

\usepackage{graphicx}% added <<<<<<<<<<
\usepackage{wrapfig}% added <<<<<<<<<<  

\begin{document}
        
\title{TITLE}

\author{First Author \and Second Author }

\institute{
  F.~Author\at
  University of Something \\
  \email{[email protected]}
  \and
  S.~Author\at
  University of Anything \\
  \email{[email protected]}
}

\date{Received: date / Accepted: date}

\maketitle

\begin{abstract}
The text of the abstract.

\keywords{keyword1 \and keyword2}
\end{abstract}

\section{Introduction}
The remainder of the paper starts with a presentation of related work.
It is followed by a presentation of hints on \LaTeX{}.
Finally, a conclusion is drawn and outlook on future work is made.
    
\begin{acknowledgements}
  Winery is a graphical modeling tool.
The whole idea of TOSCA is explained.
\end{acknowledgements}

{\setlength\intextsep{0pt}
\begin{wrapfigure}{l}{25mm} 
    \includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{example-image-a}
\end{wrapfigure}\par
\noindent\textbf{Springer Nature}\\ The company originates from a number of journals and publishing houses, notably Springer-Verlag, which was founded in 1842 by Julius Springer in Berlin (the grandfather of Bernhard Springer who founded Springer Publishing in 1950 in New York), Nature Publishing Group which publishes Nature since 1869, and Macmillan Education, which goes back to Macmillan Publishers founded in 1843.\par}

\end{document}

b

相关内容