这是我当前的 Tex 文件:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[symbol]{footmisc}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\begin{document}
\noindent Some text\protect\footnote[1]{Footnote 1}\\
\noindent Some other text\protect\footnote[1]{Footnote 2}
\end{document}
我希望脚注分别为 * 和 **。