如何在作者前添加“by”一词?

如何在作者前添加“by”一词?

\documentclass{article}
\usepackage[utf8]{inputenc}
\begin{document}
    \title{%    
            {\textbf{Story Name}}\\
            {\large a Textual Analysis}\\}
    \author{Author}
    \date{}
    \maketitle
\end{document}

假设我有上面写的内容,最好的方法是添加“作者”,而不是只在标题下方列出作者姓名?我希望“作者”居中,并位于作者姓名上方。

相关内容