我如何更改作者列表和左边距之间的间距?

我如何更改作者列表和左边距之间的间距?

我使用了一种特定的样式,左边距和作者姓名(以小块的形式并排列出姓名、所属机构等)之间有一定的间距。只有两位作者,出于某种原因,他们左对齐。我想将两块作者信息对齐,使其居中。

有没有办法在左边距和作者姓名之间添加一些空格?

作者命令是:

\author{
x\\
y\\
zzz \\
{\small \tt \{a\}@b.c} \\
\And
tt \\
ww \\
vvv \\
{\small \tt xx@yy}
}

答案1

这是太多还是太少了?

\documentclass{article}
\begin{document}
\title{Title}
\author{
\rule{1in}{0pt}\and
x\\
y\\
zzz \\
{\small \tt \{a\}@b.c} \\
\and
tt \\
ww \\
vvv \\
{\small \tt xx@yy}
}
\maketitle
\end{document}

制作标题

相关内容