当前位置:网站首页>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}
边栏推荐
- 错误代码: 1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current
- 数字钱包红海角逐,小程序生态快速引入可助力占领智慧设备入口
- The crawler is encapsulated into an api
- Primavera Unifier custom report creation and print sharing
- 基于卷积的神经网络系统,卷积神经网络毕业论文
- MySQL表sql语句增删查改_修改_删除
- go基础之并发
- Algorithm---Jumping Game (Kotlin)
- 【luogu CF1286E】Fedya the Potter Strikes Back(字符串)(KMP)(势能分析)(线段树)
- unity shader 测试执行时间
猜你喜欢
Typora和基本的Markdown语法
SAP 产品增强技术回顾
【应用SLAM技术建立二维栅格化地图】
使用树莓派和OAK相机部署机器人视觉模型
Ali Ermian: Do you know how to tune the JVM?
TIOBE - 2022年8月编程语言排行
神经网络参数如何确定的,神经网络参数个数计算
Simple strokes on the Internet
Primavera Unifier 自定义报表制作及打印分享
How to improve the efficiency of telecommuting during the current epidemic, sharing telecommuting tools
随机推荐
VideoScribe卡死解决方案
7 天找个 Go 工作,Gopher 要学的条件语句,循环语句 ,第3篇
HStreamDB v0.9 released: Partition model extension, support for integration with external systems
Have you encountered this kind of error? flink-sql writes to clickhouse
【阿克曼运动控制】
本地开发好的 SAP UI5 应用部署到 ABAP 服务器时,中文字符变成乱码的原因分析和解决方案
【Mysql系列】04_事务
运动健康服务场景事件订阅,让应用推送“更懂用户”
Huawei WLAN Technology: AC/AP Experiment
Adobe LiveCycle Designer 报表设计器
ES6: Expansion of Numerical Values
go基础之并发
Jetpack Compose学习(9)——Compose中的列表控件(LazyRow和LazyColumn)
【无标题】(完美解决)uni-app 小程序下拉刷新后刷新图标无法正常恢复的问题
大家有遇到这种错吗?flink-sql 写入 clickhouse
数字钱包红海角逐,小程序生态快速引入可助力占领智慧设备入口
Primavera Unifier advanced formula usage sharing
Convolutional Neural Network System,Convolutional Neural Network Graduation Thesis
HDRP shader 获取阴影(Custom Pass)
HDRP shader 获取像素深度值和法线信息