如果我使用 LaTeX 文档创建 pdf,那么最新条目就会出现不需要的缩进:
能不能以某种方式避免这种情况?如果我处理文档并进行更改,那么有时会出现这个缩进,有时则不会。
bibtex 条目:
@article{SSI,
title={Semantic segmentation of aerial images in urban areas with class-specific higher-order cliques},
author={Montoya-Zegarra, JA and Wegner, JD and Ladick{\`y}, L and Schindler, K},
journal={ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
volume={2},
number={3},
pages={127},
year={2015},
publisher={Copernicus GmbH}
}
非常感谢
-编辑-
解决方案:
\usepackage{flushend}
必须更改为:
\usepackage[keeplastbox]{flushend}