用一行文字描述多个作者

用一行文字描述多个作者

我正在使用 Coling2020 模板(https://coling2020.org/coling2020.zip)。当我尝试添加作者(超过 4 位作者)时,它并不完全合适,因为隶属关系有点长。

其中显示作者如下: 在此处输入图片描述

我想向他们展示如下内容: 在此处输入图片描述

知道怎样做吗?

代码片段

\documentclass[11pt]{article}
\usepackage{coling2020}
\usepackage{times}
\usepackage{url}
\usepackage{latexsym}



%\setlength\titlebox{5cm}
%\colingfinalcopy % Uncomment this line for the final submission

% You can expand the titlebox if you need extra space
% to show all the authors. Please do not make the titlebox
% smaller than 5cm (the original size); we will check this
% in the camera-ready version and ask you to change it back.


\title{Instructions for COLING-2020 Proceedings}

\author{First Author \\
  Affiliation / Address line 1 \\
  Affiliation / Address line 2 \\
  Affiliation / Address line 3 \\
  {\tt email@domain} \\\And
  Second Author \\
  Affiliation / Address line 1 \\
  Affiliation / Address line 2 \\
  Affiliation / Address line 3 \\
  {\tt email@domain} \\}

\date{}

\begin{document}
\end{document}

相关内容