如何将脚注定位在 ieee trans 模板中的页面底部和图表下方?

如何将脚注定位在 ieee trans 模板中的页面底部和图表下方?

如何将脚注定位在 ieee trans 模板中的页面底部和图表下方?在此处输入图片描述

\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage[numbers]{natbib}
\usepackage{caption}

\DeclareRobustCommand*{\IEEEauthorrefmark}[1]{%
    \raisebox{0pt}[0pt][0pt]{\textsuperscript{\footnotesize #1}}%
}
\renewcommand{\footnoterule}{\vfill\kern -3pt \hrule width 0.4\columnwidth \kern 2.6pt}

\usepackage{stfloats}
\fnbelowfloat
%\feetbelowfloat
%\usepackage{fixltx2e}
%\usepackage[bottom]{footmisc}
%\makeatletter
%\renewcommand{\fps@figure}{b}
%\makeatother
%\renewcommand{\footrulewidth}{10pt}
\makeatletter
\renewcommand\footnoterule{%
    \kern-3\p@
    \hrule\@width.4\columnwidth
    \kern2.6\p@}
\makeatother
\begin{document}
bla bla



Sigma\footnote{asq.org/quality-resources/six-sigma} 
bla blabla

\begin{figure*}[b] \centering \includegraphics[width=0.7\linewidth]{method} \caption{Proposed Methodology} \label{fig:method}
\end{figure*} 

bla bla \footnote {apis.guru/graphql.voyager:}


Bla bla

\end{document} 

相关内容