I am writing a report and when I use the basic footnote command I get a strange 9 before the footnote number and the text. This happens for all the footnotes. I attach the picture in the link.

I just use \footnotemark and \footnotetext, but the same happens with \footnote.
Any ideas?
\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}
I realised that after removing the \usepackage{setspace} works again. Files:
\documentclass{...}and ending with\end{document}. – cyberSingularity Jan 21 at 16:18\footnotewill do, in that case. And you probably don't need the optional argument to\footnotetextin any case. – egreg Jan 21 at 16:54\usepackage{setspace}and I get^{1} footnote text [?] asdf.and not9^{2}textfor your example. – Stephen Jan 21 at 18:23\listfilesin case it is caused by differing package versions, but I do not consider it likely. If removingsetspaceresolves things for you, do you really need to keep it? – cyberSingularity Jan 22 at 0:09