Illegal unit of measure (pt inserted)

我是在Latex编译Table时出现的错误且和 Missing number, treated as zero一起出现的。
我原始latex代码:

\begin{
   table*}[h]
	\caption{
   Quantitative results on NYUv2 dataset, the best performance is marked in bold}\label{
   tab6}
	\tabcolsep=0.4cm

冲浪查到的是距离大小设置错误,但是把网上所有方法都试过了且没有用,最后不经意的看到了一种新的设置table大小的方法。
新的代码:

\begin{
   table*}[h]
	\caption{
   Quantitative results on NYUv2 dataset, the best performance is marked in bold}\label{
   tab6}
	\scalebox{
   1}{
   

成功解决问题,成功编译。

相关推荐

最近更新

  1. 探索 Neo4j:图数据库的强大应用

    2023-12-28 10:20:02       0 阅读
  2. Llama-factory源码详细解读

    2023-12-28 10:20:02       1 阅读
  3. springBoot整合mongodb

    2023-12-28 10:20:02       0 阅读
  4. STM32 系统时钟初始化函数和延时函数

    2023-12-28 10:20:02       0 阅读

热门阅读

  1. linux和windows获取RAM全局瞬时占用

    2023-12-28 10:20:02       29 阅读
  2. C++ 图形界面的贪吃蛇。

    2023-12-28 10:20:02       37 阅读
  3. uniapp中各种状态的按钮

    2023-12-28 10:20:02       42 阅读
  4. conda环境配置torch+cuda+cudnn+dgl用到的一些命令

    2023-12-28 10:20:02       26 阅读
  5. 多元函数极值@条件极值

    2023-12-28 10:20:02       41 阅读
  6. Springboot2+mybatisplus+多数据源更换mysql数据库为pgsql

    2023-12-28 10:20:02       38 阅读
  7. Track-Anything 追踪万物

    2023-12-28 10:20:02       47 阅读
  8. 算法设计与分析 | 动态规划

    2023-12-28 10:20:02       36 阅读
  9. 【pg】多个字段查重过滤

    2023-12-28 10:20:02       47 阅读
  10. 如何用matlab制作游戏?

    2023-12-28 10:20:02       44 阅读
  11. C++ 中使用 std::map 的一个示例

    2023-12-28 10:20:02       37 阅读