我使用 AASTeX 的双列样式,并尝试将图形和表格“合并”为一个适合单列的表格。但是,图形没有显示,包括“主图”的标题。
编辑以满足 MWE 的要求,如下所述。
\documentclass{article} %Suggest on using AASTeX Two-Column
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{tabularx} %table design
\usepackage{lipsum} %dummy text
\begin{document}
\begin{figure}[ht]
\centering
\begin{subfigure}{0.456\columnwidth}
\includegraphics[width=0.4\textwidth]{example-image}
\caption{My figure}
\end{subfigure}
% This figure doesn't appear
\bigskip% <-- added
\begin{subfigure}{\columnwidth}<-- changed width
\centering
\renewcommand\tabularxcolumn[1]{m{#1}}% <-- added
\renewcommand\arraystretch{1.3}
\setlength\tabcolsep{2pt}
\begin{deluxetable}{ccc}
\centering
\tablenum{1}
\tablecolumns{3}
\tablecaption{Sample Table}
\tablehead{
\colhead{1} & \colhead{2} & \colhead{3}}}
\startdata
XXX & YYY & ZZZ
\enddata
\end{deluxetable}
\caption{A table} % Doesn't appear
\end{subfigure}
\caption{Words} % Doesn't appear
\label{my label}
\end{figure}
\lipsum[1-5]
\end{document}
我显然不如这里的任何人,但我希望有人能指导我如何做到这一点。非常感谢 c:
我还将“附加”/包含我想要添加的照片(一张很大的照片,哈哈)。照片
参考(请仔细检查此处,因为我尝试将其与现有的豪华版结合起来。不幸的是,该图形没有显示出来:c):这个