修改了目录样式,标题样式。

This commit is contained in:
laoyang
2022-05-16 17:29:31 +08:00
parent 782a35e500
commit 8cd2a5e14a
9 changed files with 62 additions and 70 deletions
+10 -4
View File
@@ -1,11 +1,17 @@
%目录页面
\newpage
\thispagestyle{empty}
\begin{center}
%\clearpage
\tableofcontents
%插图目录页面
\newpage
\newcommand{\listoffiguresname}{插图目录}
\thispagestyle{empty}
%\clearpage
\listoffigures
%表格目录页面
\newpage
\newcommand{\listoftablesname}{表格目录}
%\clearpage
\thispagestyle{empty}
\listoftables
\end{center}