答案1
您可以通过将其添加到序言中来重新定义\tnote
和宏:\tmark
\makeatletter
% Redefining \tnote
\renewcommand{\tnote}[2][a]{%
\ifx\@CTnotespar\@CTtrue%
\@CTtextsuperscript{\normalfont#1}\,#2
\else%
\hbox{\@CTtextsuperscript{\normalfont#1}}\NN
\fi
}
% Redefining \tmark
\renewcommand{\tmark}[1][a]{%
\hbox{\textsuperscript{\normalfont#1}}}
\makeatother
原始版本包含\textit{#1}
而不是#1
。
答案2
你可以写
\tnote[\normalfont1]
和
\tmark[\normalfont1]