我在用着
\documentclass[twocolumn]{aastex62}
\usepackage[breaklinks,colorlinks,allcolors=blue]{hyperref}% hyperref works too
\urlstyle{same} % (sf also works, for something more subtle than tt)
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage[]{units} % Provides \nicefrac
\usepackage{threeparttable}
\usepackage{multirow}
\renewcommand{\textfraction}{.10}
\renewcommand{\floatpagefraction}{0.9}
\setlength{\textfloatsep}{4pt plus 1.0pt minus 2.0pt}
\usepackage{ulem}
\usepackage{graphicx} % Use pdf, png, jpg, or eps§ with pdflatex; use eps in DVI mode
\usepackage{dblfloatfix}
以及 2 列宽的浮动元素 -- 例如 -
\begin{figure*}[th!]
\vspace*{1cm}
\includegraphics[width=.5\textwidth]{{{./Metallicity_z_12.0-brightRed}}}
\includegraphics[width=.5\textwidth]{{{./Metallicity_z_9.0-brightRed}}}
\caption{Locations of Pop III-bright galaxies. \label{fig:p3brightLocs}}
\end{figure*}
总是有自己的页面。我该如何阻止这种情况?我不能
答案1
正如@Gus评论的那样,不要使用
\usepackage{dblfloatfix}
与aastex62
... 它使得带有的浮动元素figure*
始终被放置在它们自己的页面上。