📜  ieee author multiple latex - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:51.509000             🧑  作者: Mango

代码示例1
\documentclass{article}
\begin{document}
\title{Hello, World}
\author{
\begin{tabular}[t]{c@{\extracolsep{8em}}c} 
I. M. Author  & M. Y. Coauthor \\
My Department & Coauthor Department \\ 
My Institute & Coauthor Institute \\
email, address & email, address
\end{tabular}
}
\maketitle    
\end{document}