在双栏状态下,我将表1和图3设置成了浮动格式且跨双栏,它们自动跑到了一页,但我发现图和表既没有上下两端对齐(顶部和尾部还有空白,我的文档应该是设置了上下两端对齐),也没有居中放置,中间还有很多空白。
请问我能将其设置为顶部对齐,同时让正文内容跟这两个图表在同一页,来补充空白吗?
表格代码为:`
begin{table*}[p]
\tablesize{\small}
\caption{Comparison of existing recovery models.}
\label{tabref:Acad.Eng.-1-70-t001}
\renewcommand{\arraystretch}{1.5}
arrayrulecolor{gry}
setlength{cellWidtha}{textwidth/6-2tabcolsep-0in}
setlength{cellWidthb}{textwidth/6-2tabcolsep-0in}
setlength{cellWidthc}{textwidth/6-2tabcolsep-0in}
setlength{cellWidthd}{textwidth/6-2tabcolsep-0in}
setlength{cellWidthe}{textwidth/6-2tabcolsep-0in}
setlength{cellWidthf}{textwidth/6-2tabcolsep-.1in}
scalebox{1}[1]{begin{tabularx}{textwidth}{|>{raggedrightarraybackslash}m{cellWidtha}|>{raggedrightarraybackslash}m{cellWidthb}|>{raggedrightarraybackslash}m{cellWidthc}|>{raggedrightarraybackslash}m{cellWidthd}|>{raggedrightarraybackslash}m{cellWidthe}|>{raggedrightarraybackslash}m{cellWidthf}|}
hline
textbf{Reference} & textbf{Framework} & textbf{Recovery states} & textbf{Impendinglinebreak factors} & textbf{Flexible repair sequence} & textbf{Utility disruption}\
hline
Porter et~al. {cite{B15-Acad.Eng.-1-70}} & ABVlinebreak (Assembly-Based Vulnerability) & 1 & No & No & No\
hline
FEMA P-58 {cite{B12-Acad.Eng.-1-70}} & PACTlinebreak (Performance Assessment Calculation Tool) & 1 & No & No & Yes\
hline
Arup et~al. {cite{B16-Acad.Eng.-1-70}} & REDitexttrademark{}linebreak (Resilience-Based Design Initiative Seismic Downtime Model) & 3 & Yes & No & Yes\
hline
Proposed Framework & BCA-MCDMlinebreak (Benefit--Cost Analysis with Multi-Criteria Decision-Making) & 3 & Yes & Yes & Yes\
hline
end{tabularx}}
\end{table*}
图片代码为:
\begin{figure*}[hbtp]
\centering
\includegraphics[scale=1]{Definitions/image003.png}
\caption{Resilience quantification framework overview.}
\label{fig:Acad.Eng.-1-70-f003}