列末尾的空行

列末尾的空行

我在列末尾看到像图片中这样的空行。红色框内的空行

我使用的save-space命令如下:

\usepackage[all=normal, floats, bibnotes, wordspacing, charwidths, indent, lists]{savetrees}
\usepackage{caption}
\makeatletter

\captionsetup{belowskip=0pt}
\belowcaptionskip 0pt

\usepackage{hyperref}
\renewcommand{\sectionautorefname}{\S\@gobble}
\renewcommand{\subsectionautorefname}{\S\@gobble}
\renewcommand{\appendixautorefname}{\S\@gobble}

\skip\footins 0.5\baselineskip %8.1pt plus 4pt minus 2pt
\floatsep 0.5\baselineskip
\textfloatsep 0.5\baselineskip
\intextsep 0.5\baselineskip 
\dbltextfloatsep 0.5\baselineskip  
\dblfloatsep 0.5\baselineskip 

\usepackage{titlesec}
\titlespacing\section{0pt}{0.5\baselineskip}{0pt}
\titlespacing\subsection{0pt}{0.5\baselineskip}{0pt}
\titlespacing\subsubsection{0pt}{0pt}{0pt}

\raggedbottom

\setlength{\abovecaptionskip}{0pt}

我想知道为什么我的节省空间命令不能解决图片中的问题。任何建议都将不胜感激。

相关内容