当前位置:网站首页>Latex如何控制表格的宽度和高度
Latex如何控制表格的宽度和高度
2022-08-05 10:26:00 【weiweiweimengting】
原始的表格这样
\begin{table}[htbp]
\centering
\caption{Effect of Uncertainty Estimation.}
\label{uncertain}
\begin{tabular}{lccccccc}
\toprule
\multirow{2}{*}{~} &\multicolumn{3}{c}{Acc(\%)} &~ &\multicolumn{3}{c}{F1-score(\%)}\\
\cline{2-4} \cline{6-8} & CASME II & SAMM & SMIC-HS &~ & CASME II & SAMM & SMIC-HS \\
\midrule
Deterministic &1 &1 &1 &~ &1 &1 &1\\
Uncertainty-Aware &\textbf{1} &\textbf{1} &\textbf{1} &~ &\textbf{1} &\textbf{7} &\textbf{78.64}\\
\bottomrule
\end{tabular}
\end{table}
可以手动输入设置自定义的表格宽度和高度:
\resizebox{10mm}{12mm}
其中第一个括号表示的表格的宽度(或者也可以直接写为\textwidth,表示与文字宽度一致),第二个括号表示表格的高度。
整理后为:
\begin{table}[htbp]
\centering
\caption{Effect of Uncertainty Estimation.}
\label{uncertain}
\resizebox{10mm}{12mm}{
\begin{tabular}{lccccccc}
\toprule
\multirow{2}{*}{~} &\multicolumn{3}{c}{Acc(\%)} &~ &\multicolumn{3}{c}{F1-score(\%)}\\
\cline{2-4} \cline{6-8} & CASME II & SAMM & SMIC-HS &~ & CASME II & SAMM & SMIC-HS \\
\midrule
Deterministic &1 &1 &1 &~ &1 &1 &1\\
Uncertainty-Aware &\textbf{1} &\textbf{1} &\textbf{1} &~ &\textbf{1} &\textbf{7} &\textbf{78.64}\\
\bottomrule
\end{tabular}}
\end{table}
边栏推荐
- Data Middle Office Construction (10): Data Security Management
- STM32+ULN2003驱动28BYJ4步进电机(根据圈数正转、反转)
- 深入理解 Istio 流量管理的超时时间设置
- Opencv图像缩放和平移
- 2022华数杯数学建模A题环形振荡器的优化设计思路思路代码分享
- 【MindSpore Easy-Diantong Robot-01】You may have seen many knowledge quiz robots, but this one is a bit different
- NowCoderTOP35-40——持续更新ing
- nyoj86 找球号(一) set容器和二分 两种解法
- 企业的数字化转型到底是否可以买来?
- High-quality DeFi application building guide to help developers enjoy DeFi Summer
猜你喜欢
Introduction to SD NAND Flash!
Our Web3 Entrepreneurship Project, Yellow
入门 Polkadot 平行链开发,看这一篇就够了
SQL外连接之交集、并集、差集查询
STM32+ULN2003驱动28BYJ4步进电机(根据圈数正转、反转)
IDEA performs the Test operation, resulting in duplicate data when data is inserted
PCB layout must know: teach you to correctly lay out the circuit board of the op amp
Login function and logout function (St. Regis Takeaway)
How can project cost control help project success?
【综合类型第 35 篇】程序员的七夕浪漫时刻
随机推荐
力扣(LeetCode)216. 组合总和 III(2022.08.04)
第三章 : redis数据结构种类
七夕来袭!还要做CDH数据迁移怎么办?来看看DistCp
The query that the user's test score is greater than the average score of a single subject
单片机:温度控制DS18B20
教你本地编译运行一个IDEA插件,在IDEA里聊天、下棋、斗地主!
JS逆向入门学习之回收商网,手机号码简易加密解析
How does the official account operate and maintain?Public account operation and maintenance professional team
RT-Thread记录(一、RT-Thread 版本、RT-Thread Studio开发环境 及 配合CubeMX开发快速上手)
第八章:activiti多用户任务分配
GCC编译的时候头文件搜索规则
2022华数杯数学建模A题环形振荡器的优化设计思路思路代码分享
如何选币与确定对应策略研究
气象数据数据处理实例——matlab字符串切割匹配与R语言日期匹配(数据拼接)
Still looking for a network backup resources?Hurry up to collect the following network backup resource search artifact it is worth collecting!
High-quality DeFi application building guide to help developers enjoy DeFi Summer
第四章:redis 数组结构的set和一些通用命令「建议收藏」
poj2935 Basic Wall Maze (2016xynu暑期集训检测 -----D题)
开发常用手册链接分享
three.js debugging tool dat.gui use