我对 Latex 还不太熟悉,所以我想知道如何插入目录?我有四个章节,每个章节都有小节,那么我该如何添加目录呢?
PS 我尝试使用,\tableofcontents
但这不是我想要的。我有一个目录,但我的简介没有显示,我的参考书目也没有显示(这些没有列为章节)。目录中只显示了章节。但我还希望目录中显示“第 1 章”而不是“1”,并包括简介和参考书目。
根据建议进行编辑:
\documentclass[12pt, a4paper]{report}
\begin{document}
\tableofcontents
Introduction
bla bla bla
\chapter{Generalities on linear representations}
\chapter{Character theory}
\chapter{Fourier transform on finite groups}
\chapter{Future work}
\printbibliography
\end{document}