我想创建一个与图片格式相同的目录。但是,我不知道如何在摘要后添加“章节”一词,以及如何在章节标题之间添加一个空格。感谢您的回复。
\documentclass[12pt,a4paper]{report}
\usepackage{blindtext}
\usepackage{amsmath}
\usepackage{breqn}
\usepackage{mathtools}
\usepackage[utf8]{inputenc}
\usepackage[table]{xcolor}
\usepackage{rotating}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{physics}
\usepackage{float}
\usepackage{indentfirst}
\setlength{\parindent}{2em}
\setlength{\parskip}{0.5em}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{gensymb}
\usepackage{setspace}
\usepackage[font={small,it}]{caption}
\renewcommand{\bibname}{REFERENCES}
\graphicspath{ {figures/} }
\usepackage{array}
\usepackage{afterpage}
\usepackage{sectsty}
\usepackage[titles]{tocloft}
\allsectionsfont{\normalsize\bfseries}
\chapterfont{\normalsize\bfseries\centering}
\renewcommand{\cftpartleader}{\cftdotfill{\cftdotsep}}
\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}}
\pagenumbering{roman}
\begin{document}
\clearpage
\thispagestyle{empty}
\setcounter{page}{3}
\doublespacing
\chapter*{ \centering{ACKNOWLEDGEMENTS}}
\begin{center}
\renewcommand\contentsname{TABLE OF CONTENTS}
\tableofcontents
\end{center}
\addcontentsline{toc}{chapter}{ABSTRACT}
\chapter*{ABSTRACT}
\chapter {INTRODUCTION}
\pagenumbering{arabic}
\chapter {FORMULATION}
\section{Laplace Domain Integral Equations}
\section{Method of Moments}
\section{Discretization in Space Using Spatial Basis Functions}
\section{Discretization in Time Using the Finite Difference Delay Modeling Approach}
\section{Discretization in Time Using the Bandlimited Interpolation and Extrapolation Approach}
\subsection{Temporal Basis Functions}
\subsection{Extrapolation and Marching on in Time}
\chapter {NUMERICAL RESULTS}
\chapter {CONCLUSION}
\begin{thebibliography}{9}
\addcontentsline{toc}{chapter}{REFERENCES}
\end{thebibliography}
\end{document}