Text Formattingfootnote problem in singlecol-new.cls

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
latex_learner
Posts: 2
Joined: Tue Dec 06, 2016 9:48 am

footnote problem in singlecol-new.cls

Post by latex_learner »

I have been facing a weird problem associated with the footnote.

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...}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

footnote problem in singlecol-new.cls

Post by Johannes_B »

Welcome,

i never heard of this class. Where did you get it from and why are you using it?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
latex_learner
Posts: 2
Joined: Tue Dec 06, 2016 9:48 am

footnote problem in singlecol-new.cls

Post by latex_learner »

This is the standard format of one of the journal named "international Journal of Agent oriented software engineering" and i got it from their website.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

footnote problem in singlecol-new.cls

Post by Johannes_B »

Can you add the download link, please?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply