Latex:如何像在 documentclass 文章中添加电子邮件和地址

Latex:如何像在 documentclass 文章中添加电子邮件和地址

我希望输出变成标题下方这样

在此处输入图片描述

我执行了这个命令来获取该输出。

\documentclass[a4paper,11pt]{article}
\usepackage[blocks]{authblk}
\renewcommand{\Authsep}{, }
\renewcommand{\Authand}{, }
\renewcommand{\Authands}{, }
\setlength{\affilsep}{0cm}
\renewcommand\Authfont{\normalsize}
\renewcommand\Affilfont{\normalfont\small}


\author[1]{Penulis Pertama}
\author[2]{Penulis Kedua}
\author[3]{Penulis Ketiga}
\author[4]{Penulis Keempat}


\makeatletter
\renewcommand\AB@affilsepx{, \protect\Affilfont}    
\affil[1]{[email protected]}
\affil[2]{[email protected]}
\affil[3]{[email protected]}
\makeatletter
\renewcommand\AB@affilsepx{\\\vspace{0.5cm} \protect\Affilfont}
\makeatother
\affil[4]{[email protected]}

\affil[1,2,3,4]{Universitas Bumigora, Indonesia}

我需要帮助来纠正我关于附属的问题。我在该命令中将最后一封电子邮件与另一封电子邮件分开。我认为这不是好方法。

相关内容