当前位置:网站首页>Latex引用图片 发现 显示的图片标号不对
Latex引用图片 发现 显示的图片标号不对
2022-08-11 10:21:00 【木key哇啦】
在latex的图片代码中,当图片的label写在如下位置时:
\begin{figure}[]
\centering %居中
{
\centering %子图居中
\includegraphics[width=8cm]{xxx.pdf}
\label{oo} %图片引用标记
}
\caption{ xxxxxxxxxxxxx)}
\end{figure} 当在文中引用该图片时,发现显示的图片标号为:(实际为类似Fig. 3)
![]()
label的正确位置应该是:
\begin{figure}[]
\centering %居中
{
\centering %子图居中
\includegraphics[width=8cm]{xxx.pdf}
}
\caption{ xxxxxxxxxxxxx)}
\label{oo} %图片引用标记
\end{figure} 边栏推荐
猜你喜欢

HDRP Custom Pass Shader Get world coordinates and near clipping plane coordinates

服务器和客户端的简单交互

如何开手续费低靠谱正规的期货账户呢?

Network model (U - net, U - net++, U - net++ +)

How to determine the neural network parameters, the number of neural network parameters calculation

Primavera P6 Professional 21.12 Login exception case sharing

漫画手绘之临摹篇

【Prometheus】Alertmanager告警全方位讲解

企业展厅制作要具备的六大功能

计算数组某个元素的和
随机推荐
1.TCP/IP基础知识
运动健康服务场景事件订阅,让应用推送“更懂用户”
计算数组某个元素的和
LeetCode 剑指 Offer 35. 复杂链表的复制
MySQL数据库基础01
杰理AC632N蓝牙芯片iokey使用解析(通用MCU版)
困扰所有SAP顾问多年的问题终于解决了
[Building a 2D rasterized map using SLAM technology]
突破次元壁垒,让身边的玩偶手办在屏幕上动起来!
WooCommerce Ecommerce WordPress Plugin - Make American Money
qspi 接口与普通四线SPI 接口什么区别?
idea plugin autofill setter
神经网络参数如何确定的,神经网络参数个数计算
HDRP Custom Pass Shader Get world coordinates and near clipping plane coordinates
网络模型(DeepLab, DeepLabv3)
STM32入门开发 LWIP网络协议栈移植(网卡采用DM9000)
【Mask2Former】 解决代码中一些问题
大家有遇到这种错吗?flink-sql 写入 clickhouse
MySQL数据库基础_常用数据类型_表设计
Database indexes and their underlying data structures