答案1
如果您使用标准课程,您可以尝试
\documentclass{report}
\begin{document}
{\let\oldchapter\chapter
\def\chapter*#1{\oldchapter{#1}}
\tableofcontents}
\chapter{Foo}
\section{Bla}
\chapter{Foo bar}
\section{Bla bla}
\end{document}
如果您使用标准课程,您可以尝试
\documentclass{report}
\begin{document}
{\let\oldchapter\chapter
\def\chapter*#1{\oldchapter{#1}}
\tableofcontents}
\chapter{Foo}
\section{Bla}
\chapter{Foo bar}
\section{Bla bla}
\end{document}