diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hfutexam')
-rw-r--r-- | Master/texmf-dist/tex/latex/hfutexam/hfutexam.cls | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/hfutexam/hfutexam.cls b/Master/texmf-dist/tex/latex/hfutexam/hfutexam.cls index 1d47cffcb7c..aa73ae8202d 100644 --- a/Master/texmf-dist/tex/latex/hfutexam/hfutexam.cls +++ b/Master/texmf-dist/tex/latex/hfutexam/hfutexam.cls @@ -7,7 +7,7 @@ % 编译模式: XeLaTeX % 你可以任意修改或再次分发该文件 \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{hfutexam}[2023/03/22 v1.8 HFUTExam document class by Zhang Shenxing] +\ProvidesClass{hfutexam}[2023/11/13 v1.9 HFUTExam document class by Zhang Shenxing] % 文档选项 \newif\ifhfut@ShiJuan\hfut@ShiJuantrue \newif\ifhfut@DaTiZhi\hfut@DaTiZhifalse @@ -165,11 +165,13 @@ } \fi \ifhfut@Simple % 简单模式页眉页脚 + % \titleformat*{\section}{\bfseries\LARGE\hfutFontTitle} \RequirePackage{hyperref} \renewcommand\headrulewidth{0pt} \renewcommand\footrulewidth{0pt} \renewcommand{\maketitle}{% - \addcontentsline{toc}{section}{\hfut@BiaoTi} + \phantomsection + \addcontentsline{toc}{section}{\hfut@BiaoTi} \begin{center}\bfseries \makebox[\linewidth][s]{\LARGE\hfutFontTitle~\hfut@BiaoTi~} |