我正在使用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}
我得到這樣的輸出
但我需要這樣的輸出
怎麼辦?