LaTeX 中的表格:使用两列模板将表格放在单列中

问题描述

我正在处理 LaTeX 背页。我正在使用两列的 IEEE 访问模板。我必须将我的表固定在一个列中。你能告诉我我该怎么做吗?

代码:

\begin{table}[h]
\centering
\caption{Comparison table}
\label{tab2}
\begin{tabular}{@{}p{3cm}lllll@{}}
\toprule
\multicolumn{1}{}{}Metric
&\cite{dagher2018ancile} &\cite{tripathi2020sms} &\cite{zheng2018blockchain} &\cite{gordon2018blockchain}
&Our architecture\\ \midrule

User Centric         & Y & N & Y & Y & Y\\
User Authentication  & N & N & N & N & Y \\
Privacy of data owner  & Y & Y & Y & Y & Y\\
Store personal data into blockchain & N & N & N & N & Y\\
Transparent policy & N & N & N & N & Y\\
Use of cryptographic functions & N & Y & Y & N & Y\\
Blockchain based &  Y & Y & Y & Y & Y\\
\bottomrule
\end{tabular}
\end{table}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)