编号部分未出现在目录中

编号部分未出现在目录中

我正在写论文。我按照相同的模式在每一章中生成章节和小节。一切都很好,除了最后一章的两个部分中只有一个出现在目录中。第二个没有出现在目录中。我正在使用报告类。

\chapter{ABC}

\section{D}

abcd

\section{E} 

我不明白为什么这是上一章的问题,而不是其他地方的问题。

\documentclass[12pt]{report}


\usepackage[british]{babel}
\usepackage[left=32mm,right=20mm,top=28mm,bottom=20mm]{geometry}

\usepackage{stackengine}

\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{lscape}
\usepackage{rotating}
\usepackage{epstopdf}
\usepackage{float}
\usepackage{caption}
\usepackage{array,multirow}
\usepackage{longtable}
\usepackage{hyperref}
\usepackage{subcaption}

\usepackage{xcolor}
\usepackage{fix-cm}
\usepackage{setspace}
\usepackage{float}
\setstretch{1.5}

\usepackage{titlesec}

\usepackage{amsmath}
\usepackage{caption}
%If you want dots even for chapters and parts
\usepackage{tocloft}
\renewcommand{\cftpartleader}{\cftdotfill{\cftdotsep}} % for parts
\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}} % for chapters

相关内容