When I try to use \footnote command in documentclass{singlecol-new}, it does not show the footnote text.
However, when I change the documentclass to article it works fine.
Can any one guide me where I made mistake?
Code: Select all
\documentclass {singlecol-new}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{float}
\usepackage{hyperref}
\usepackage{wrapfig}
\usepackage{caption}
\usepackage{subcaption}
\raggedbottom
\setlength{\parskip}{0pt}
\usepackage[vlined,ruled,linesnumbered]{algorithm2e}
\usepackage{natbib,stfloats}
\usepackage{mathrsfs}
\usepackage{threeparttable}
\usepackage{rotating}
\usepackage{enumitem}
Putting foot note here\footnote{Testing...}