我正在使用iet
模板,但是在使用模板时我无法根据表格内容调整表格宽度。宽度是双列空间的整个长度。
\documentclass{cta-author}
\newtheorem{theorem}{Theorem}{}
\newtheorem{corollary}{Corollary}{}
\newtheorem{remark}{Remark}{}
\usepackage{float}
\begin{document}
\begin{table}[t]
{\begin{tabular*}{10pc}{@{\extracolsep{\fill}}ll}\toprule
Efficiency & (\%) \\\midrule
Fig. & 92 \\
Fig. & 99 \\
Fig. & 100 \\
\botrule
\end{tabular*}}{}
\end{table}
\end{document}
我得到了这样的输出
但我需要这样的输出
该怎么办?