\begin{table*}
\centering
\begin{tabular}{lcc}
\hline
\textbf{column1} & \textbf{column2} & \textbf{column3}\\
\hline
row1 & 91.0\% & 100 \\
row2 & 92.0\% & 200 \\
row3 & 93.0\% & 300 \\
\hline
\end{tabular}
\caption{\label{table123}
The caption.
}
\end{table*}
latex,没有边框的表格
CoderOnly2023-10-17 11:04
相关推荐
lead520lyq19 小时前
Golang Grpc接口调用实现账号密码认证EQ-雪梨蛋花汤19 小时前
【问题反馈】JNI 开发:为什么 C++ 在 Debug 正常,Release 却返回 NaN?naruto_lnq19 小时前
高性能消息队列实现charlie11451419119 小时前
malloc 在多线程下为什么慢?——从原理到实测kyrie学java20 小时前
SpringWeb写代码的【黑咖啡】20 小时前
Python 中的 Gensim 库详解饺子大魔王的男人1 天前
Remote JVM Debug+cpolar 让 Java 远程调试超丝滑兩尛1 天前
c++知识点2fengfuyao9851 天前
海浪PM谱及波形的Matlab仿真实现xiaoye-duck1 天前
C++ string 底层原理深度解析 + 模拟实现(下)——面试 / 开发都适用