发布网友
共1个回答
热心网友
\documentclass{article}
\usepackage{amsmath,ctex}
\renewcommand{\thefootnote}{\arabic{footnote}}
\title{哇哈哈}
\author{\renewcommand{\thefootnote}{\arabic{footnote}} Author\footnotemark$\phantom{\;}^,$\footnotemark}
\begin{document} %_____________________________________begin
\maketitle
\renewcommand{\thefootnote}{\arabic{footnote}} \footnotetext[1]{单位一}\footnotetext[2]{单位二}
哈哈哈asdfasdfsadfljljk
\end{document}
凑了很久才凑出来的,title里默认的footnote是星号,我好不容易改成数字了以后角注的显示还是不能跟着改过来,所以只好这样凑一个出来了。
latex真心麻烦