我需要为作者的脚注添加小写上标字母,也就是说,我需要命令\thanks
使用脚注a
而不是*
。我假设我要么需要在\thanks
命令中使用选项,要么重新定义脚注然后使用\footnote
。我做过各种尝试,但到目前为止还没有成功。
我的文档类别是article
。
答案1
这titling
包裹允许您调整\maketitle
和\thanks
命令。要使用字母代替符号作为标题脚注,您可以发出\thanksmarkseries{alph}
:
\documentclass{article}
\usepackage{titling}
\thanksmarkseries{alph}
\author{N.E. One\thanks{With generous help from E. Veryone}}
\title{Of Odds and End}
\begin{document}
\maketitle
\end{document}
答案2
实现这一点可能有很多方法,但其中较简单的方法之一一定是加载包并在序言中titling
发出命令。\thanksmarkseries{alph}