紧急求助,为什么格式显示不正确?

紧急求助,为什么格式显示不正确?

我正在将我的论文上传到一个会议网站。我确定我的论文正文只有 11 页。但网站上的格式检查一直显示:

该文件可能违反提交格式要求。

页边距太小:文本高度超过 9.25 英寸,超出 6%(第 13 页)。违反要求的投稿将不予考虑。但是,自动格式检查器可能会误报错误(例如,它可能会错误计算某些图形的页边距和文本大小)。如果您确信论文符合所有格式要求,您可以保留当前投稿。

删掉半页就显示过去了,这是什么原因?今晚截止提交,由于时差,没法再问会议组织者,这是什么原因?

我想要贡献的会议是:https://hpca-conf.org/2022/guidelines-for-submissions/

我添加了以下库。其余的是文字。

%[Yujie]
\usepackage[ruled,lined]{algorithm2e}
\usepackage{mathtools}
%\usepackage{subfigure}
\usepackage{subfig}
\usepackage{enumitem}
\usepackage{pifont}
\newlength{\restofline}
\usepackage{multirow}
\usepackage{tablefootnote}
%\usepackage{caption}
\usepackage{listings}
\usepackage{framed}
\usepackage{capt-of}
\usepackage{newfloat}
\usepackage[scaled]{beramono}
\usepackage{color}

\definecolor{keywordcolor}{RGB}{157,0,129}
\definecolor{commentcolor}{RGB}{157,0,129}
\definecolor{numbercolor}{RGB}{120,120,120}
\DeclareFloatingEnvironment[fileext=frm,placement={!ht},name=Listing]{listing}

%[Yujie] command
\newcommand{\myline}{\vspace{-0.7\baselineskip}\hrulefill\vspace{-0.1\baselineskip}}

我使用了一些图片。我使用了一些图片。我不确定是否可以使用 \subfloat 和 \usepackage{subfig} 库。

\begin{figure*}[htb]
    \centering
    \subfloat[$d=1$]{
        \includegraphics[width=0.3\textwidth]{hpca/oneBit_d=1.pdf}}
    \quad
    \subfloat[$d=4$]{
        \includegraphics[width=0.3\textwidth]{hpca/oneBit_d=4.pdf}}
    \quad
    \subfloat[$d=8$]{
        \includegraphics[width=0.3\textwidth]{hpca/oneBit_d=8.pdf}}\\
    \caption{Example sequences observed by the receiver when the sender continuously sends random sequences.}
    \label{binarySeq}
\end{figure*}

在此处输入图片描述

相关内容