
我過去常常svjour3
寫論文,但無法將所有作者姓名寫在一行中,我該如何更正呢?我的程式碼如下。
\documentclass{svjour3}
\smartqed
\journalname{Earth Science Informatics}
\usepackage{multicol}
\usepackage{hyperref}
\usepackage{pifont}
\usepackage{epsf}
\usepackage{graphicx}
\usepackage{float}
\usepackage[top=2.5cm,right=3cm,bottom=2.5cm,left=2.5cm]{geometry}
\begin{document}
\title{ Earthquake Magnitude ...}
\author{{Mahshid Fahandezhsadi, Kamal Aghazade, Hamed Fahandezh Sadi}}
\maketitle
....
\end{document}
答案1
您需要用 \and 分隔名稱
\author{first author \and scond \and third }