我在用验证码包,我想使用这个包实现以下输出。
答案1
我认为您不需要这个authblk
包就能达到想要的外观。
\documentclass{article}
\title{Author Practice}
\author{%
\begin{tabular}{c} Author 1 \\ University \\ Email-id \end{tabular} \and
\begin{tabular}{c} Author 2 \\ University \\ Email-id \end{tabular} \and
\begin{tabular}{c} Author 3 \\ University \\ Email-id \end{tabular} \and
\begin{tabular}{c} Author 4 \\ University \\ Email-id \end{tabular} }
\date{}
\begin{document}
\maketitle
\end{document}
这是由 OP 的(现已删除的)评论引发的不同看法。
\documentclass{article}
\title{Author Practice}
\author{%
\begin{tabular}{c} Author 1 \\ University1 \\ Mail1 \\ \\
Author 3 \\ University3 \\ Mail3 \end{tabular} \and
\begin{tabular}{c} Author 2 \\ University2 \\ Mail2 \\ \\
Author 4 \\ University4 \\ Mail4\\
\end{tabular} }
\date{}
\begin{document}
\maketitle
\end{document}