LATEX:如何将作者所属的位置更改为第一页的底部

LATEX:如何将作者所属的位置更改为第一页的底部

所属机构将放在作者下面。我怎样才能让它位于第一页底部而不是脚注中,而是像图片中那样显示?

\documentclass[a4paper, 10pt,twoside, ]{article}
\usepackage{titlecaps}
\usepackage{helvet}
\usepackage{etoolbox}
\usepackage{times}
\usepackage{authblk}

\linespread{1.0}
\runninghead{-Technical paper} 
\font\titlefont=cmr12 at 14pt %change the title font size
\fontfamily{helvet}\selectfont % change title font type
\title{{\vspace{5.2pt}\titlefont\fontfamily{phv}\selectfont \MakeUppercase{JCI title}}
\renewcommand{\maketitlehookd}{%
    \begin{abstract}
        \noindent \normalsize ssss
    \end{abstract}
}
\affil{Addresses of Author A}

在此处输入图片描述

相关内容