当我在 overleaf 上处理我的论文时,我注意到编译运行没有错误并生成了论文的最终版本,但有一个烦人的警告,我似乎不知道它的原因,因为它只指向文件中某些段落之间的空行.tex
。这是我收到的完整警告消息。
./my_file.tex:Class revtex4-1 警告:在 \clearpage 处理期间延迟浮动卡住。
有人知道如何修复它吗?这是我的 .tex 文件的简短版本:
\documentclass[twocolumn]{aastex61}
\usepackage[figuresright]{rotating}
\usepackage{amsmath}
\newcommand{\vdag}{(v)^\dagger}
\newcommand\aastex{AAS\TeX}
\newcommand\latex{La\TeX}
\submitjournal{ApJ}
\shorttitle{short title}
\shortauthors{Smith et al.}
\begin{document}
\title{title}
\correspondingauthor{main author}
\email{some emails}
\author{main author}
\affiliation{main author’s school}
\author{second author}
\affiliation{second author school}
\author{third author}
\affil{third author’s school}
\begin{abstract}
some abstract
\end{abstract}
\keywords{k}
\section{Introduction}
\section{Methodology and Analyses} \label{Section 2}
\subsection{first subsection} \label{Section 2.1}
%some sections and subsections go in here in the form of paragraphs separated by an empty line by pressing Enter key twice.
\end{document}