我已经在我的 Springer 格式中使用了这些软件包,但还是出现了警告。虽然可以忽略警告,但如果不删除此警告,我还是无法在该特定期刊网站上上传或构建 PDF。警告是关于字幕包,我还没有在我的项目中使用过它。添加这个包后,我还是得到了同样的错误。
请帮助我删除此警告。
我的文档仅包含文本、图形、子图形参考。
\documentclass[twocolumn]{svjour3} % twocolumn
%
\smartqed % flush right qed marks, e.g. at end of proof
%
%
% \usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%\usepackage{latexsym}
% etc.
%
% please place your own definitions here and don't use \def but
% \newcommand{}{}
%
% Insert the name of "your journal" with
% \journalname{myjournal}
\usepackage{cite}
\usepackage{array}
% \usepackage{adjustbox}
\usepackage{tablefootnote}
\usepackage{footnote}
% \usepackage{cleveref}
\usepackage{csquotes}
\usepackage{multirow}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{diagbox}
\usepackage{ mathrsfs}
\usepackage{bm}
\usepackage{subfig}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{mathtools}
\usepackage[linesnumbered,ruled,vlined]{algorithm2e}
\usepackage{hyperref}
\renewcommand{\arraystretch}{1.2}
\setlength{\tabcolsep}{2.5pt}
\usepackage{textcomp}
\usepackage{caption}% http://ctan.org/pkg/caption
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\usepackage{subfig}
\sloppy
答案1
感谢@Zarko 帮我解决了这个问题:
我已删除
\usepackage{caption} %subfigure
和
\usepackage{subcaption} %subfigure
,然后它运行正常。