当前位置:网站首页>解决latex图片浮动的问题
解决latex图片浮动的问题
2022-07-02 06:26:00 【想搞钱的小陈】
问题:有时候图片放在文字下方,但最后显示的确是图片跑到了参考文献之后了。参考了网上的资料,大多数的做法是在开头加上:
\usepackage[section]{placeins}
但这样的话图片只会在section内,我们期望的是图片跟随着文字下方。也就是跟随在subsection之内。但没有\usepackage[subsection]{placeins}的参数。因此,可以在每个图后面加上\FloatBarrier,这样就不会浮动了。
下面举个例子:
\usepackage[section]{placeins}
这是一段文字。
\begin{figure}[t]
include 一张图片。
\end{figure}\FloatBarrier
边栏推荐
- 自然辩证辨析题整理
- SSM实验室设备管理
- Huawei machine test questions-20190417
- 《Handwritten Mathematical Expression Recognition with Bidirectionally Trained Transformer》论文翻译
- MMDetection模型微调
- Using MATLAB to realize: Jacobi, Gauss Seidel iteration
- 使用百度网盘上传数据到服务器上
- SSM二手交易网站
- [introduction to information retrieval] Chapter 7 scoring calculation in search system
- [tricks] whiteningbert: an easy unsupervised sentence embedding approach
猜你喜欢
Oracle 11g uses ords+pljson to implement JSON_ Table effect
PointNet原理证明与理解
@Transitional step pit
[paper introduction] r-drop: regulated dropout for neural networks
使用百度网盘上传数据到服务器上
【论文介绍】R-Drop: Regularized Dropout for Neural Networks
图片数据爬取工具Image-Downloader的安装和使用
The first quickapp demo
Classloader and parental delegation mechanism
Analysis of MapReduce and yarn principles
随机推荐
【Torch】解决tensor参数有梯度,weight不更新的若干思路
Find in laravel8_ in_ Usage of set and upsert
CRP implementation methodology
Ding Dong, here comes the redis om object mapping framework
One field in thinkphp5 corresponds to multiple fuzzy queries
【Ranking】Pre-trained Language Model based Ranking in Baidu Search
PHP uses the method of collecting to insert a value into the specified position in the array
使用 Compose 实现可见 ScrollBar
ssm垃圾分类管理系统
Implementation of purchase, sales and inventory system with ssm+mysql
Typeerror in allenlp: object of type tensor is not JSON serializable error
Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory'
使用Matlab实现:幂法、反幂法(原点位移)
生成模型与判别模型的区别与理解
【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
[Bert, gpt+kg research] collection of papers on the integration of Pretrain model with knowledge
Faster-ILOD、maskrcnn_benchmark训练coco数据集及问题汇总
[paper introduction] r-drop: regulated dropout for neural networks
传统目标检测笔记1__ Viola Jones
Delete the contents under the specified folder in PHP