我正在使用的代码:
序言:
\usepackage[left=1.5cm,right=1.5cm,top=2.5cm,bottom=1.5cm]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\setlength{\headwidth}{\textwidth}
\setlength{\headsep}{0.5cm}
\pagestyle{fancy}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[french]{babel}
\usepackage{amsmath,amsfonts,amssymb,amsthm,cases}
\usepackage{array,dcolumn,booktabs,multirow,makecell}
\usepackage{enumitem}
\usepackage[dvipsnames,svgnames,table]{xcolor}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{dsfont}
\titleformat{\section}{\normalfont\Large\bfseries}{\thesection}{0.2cm}{}
文档:
\tableofcontents
\newpage
\setcounter{page}{1}
\renewcommand{\headrulewidth}{0.5pt}% Remove header rule
\fancyhead[L]{\small{Rapport Projet Maths}}
\fancyhead[C]{Projet Maths}
\fancyhead[R]{\small{ENSISA -- Mulhouse (2021--2022)}}
\section*{Préambule}
\addcontentsline{toc}{section}{Préambule}
\subsection*{Définition des termes utilisés}
\addcontentsline{toc}{subsection}{Définition des termes utilisés}
[...]
\section{choix uniforme de l'un des $K$ traitements}
[...]
另外,我想知道为什么部分中没有像小节中那样的点。
答案1
使用该tocloft
包。
\documentclass...
\usepackage{tocloft}
为章节编号提供更多空间:
\renewcommand{\cftsecnumwidth}{4em} % change 4em to suit
各部分的虚线引线:
\renewcommand{\cftsecdotsep}{\cftdotsep}
阅读手册以了解更多信息。