我目前正在使用 Classic Thesis 模板撰写论文,我想避免出现在附件部分目录中的点,就像出现在前言部分中一样。更准确地说,我观察到当它是一个章节或一个部分时,这些点不会出现在目录中。它们只出现在小节和小小节中。我需要插入哪个代码来做到这一点?
这是一个 MWE:
\documentclass[12pt,a4paper,twoside=semi,footinclude=true,headinclude=true]{scrbook}
\usepackage{setspace}
\usepackage{enumerate}
\usepackage{epigraph}
\usepackage{scrpage2}
\usepackage{graphicx} %% For \scalebox
\usepackage{lipsum}
\usepackage[parts,pdfspacing,dottedtoc]{classicthesis}
\usepackage[marginparsep=8pt,left=3.5cm,right=3.5cm,top=3cm,bottom=3cm]{geometry}
\frontmatter
\begin{document}
\backmatter
\section{Conclusion générale}
\bibnewpage
\nocite{*}
{\raggedright
\bibliographystyle{apacite}
\bibliography{mabiblio}}
\phantomsection
\cleardoublepage
\addcontentsline{toc}{chapter}{\indexname}
\printindex[npr]
\printindex[mat]
\newpage
\appendix
\cleardoublepage\pagenumbering{Roman}
\renewcommand{\thesection}{\Alph{section}}
\setcounter{section}{}
\part*{Annexes}
\chapter{Entretiens cliniques}
\section{}
\end{document}