我需要两级没有数字的脚注,因此我在文档的开头写了以下内容:
\DeclareNewFootnote{default}
\DeclareNewFootnote{B} [arabic]
\let\extrafootnoterule\footnoterule
\renewcommand{\footnoterule}{}
\interfootnotelinepenalty=100
\makeatletter
\def\@makefnmark{}
\makeatother
\newcommand{\myfootnote}[2]{\footnote{\textbf{#1}: #2}}
\makeatother
但是现在论文中有一部分我想重新添加数字。可以做到吗?