我正在写一份报告,当我使用基本脚注命令时,我在脚注编号和文本前看到了一个奇怪的 9。所有脚注都是这种情况。我在链接中附上了图片。
我刚才使用\footnotemark
和\footnotetext
,但发生了同样的情况\footnote
。
有任何想法吗?
\documentclass{sig-alternate-10pt}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{cite}
\usepackage{multirow}
\usepackage{array}
\usepackage{amsmath}
\usepackage{setspace}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{algorithm}
\usepackage{algorithmic}
\begin{document}
\title{asdfasdf}
\author{
\alignauthor asdfasdf\\
\affaddr{asdfasdf}\\
\affaddr{asdfasdf}\\
\email{\{asdfasdf}
}
\maketitle
\begin{abstract}
\end{abstract}
\section{Section}
\subsection{Subsec}
text\footnotemark.
\footnotetext[1]{footnote text \cite{asd} asdf.}
\end{document}
我再次删除作品后才意识到这一点\usepackage{setspace}
。文件: