summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/hfutexam/CHANGELOG.md3
-rw-r--r--Master/texmf-dist/doc/latex/hfutexam/hfutexam.pdfbin217180 -> 217066 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hfutexam/hfutexam.tex2
-rw-r--r--Master/texmf-dist/doc/latex/hfutexam/hfutexam_simple.pdfbin112298 -> 112305 bytes
-rw-r--r--Master/texmf-dist/tex/latex/hfutexam/hfutexam.cls6
5 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/hfutexam/CHANGELOG.md b/Master/texmf-dist/doc/latex/hfutexam/CHANGELOG.md
index 08fa6e7dafe..6b6a6a3b259 100644
--- a/Master/texmf-dist/doc/latex/hfutexam/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/hfutexam/CHANGELOG.md
@@ -1,5 +1,8 @@
# 更新日志
+## [1.9] - 2023/11/13
++ 修复了简易模式的标题的超链接位置不正确的问题。
+
## [1.8] - 2023/03/22
+ 修复了正文设置字体大小会导致中英文字体大小不一致的问题。
+ 将简易模式的各个部分标题添加至目录中。
diff --git a/Master/texmf-dist/doc/latex/hfutexam/hfutexam.pdf b/Master/texmf-dist/doc/latex/hfutexam/hfutexam.pdf
index 4424f31160a..c8353c0cfe4 100644
--- a/Master/texmf-dist/doc/latex/hfutexam/hfutexam.pdf
+++ b/Master/texmf-dist/doc/latex/hfutexam/hfutexam.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hfutexam/hfutexam.tex b/Master/texmf-dist/doc/latex/hfutexam/hfutexam.tex
index a65dc0a794e..d0081f157f2 100644
--- a/Master/texmf-dist/doc/latex/hfutexam/hfutexam.tex
+++ b/Master/texmf-dist/doc/latex/hfutexam/hfutexam.tex
@@ -52,7 +52,7 @@
\XiZhuRenQianMing{}
\indent
-本模板 (2023/03/22 v1.8) 旨在为将合肥工业大学试卷的 word 格式转为\LaTeX{}格式.
+本模板 (2023/11/13 v1.9) 旨在为将合肥工业大学试卷的 word 格式转为\LaTeX{}格式.
\textbf{\color{red}使用前请注意, 如果你使用的是CTeX套装, 请彻底删除并安装MikTeX发行版, 否则编译会出错.}
如果需要的话, 你可以单独安装WinEdt编辑器.
diff --git a/Master/texmf-dist/doc/latex/hfutexam/hfutexam_simple.pdf b/Master/texmf-dist/doc/latex/hfutexam/hfutexam_simple.pdf
index cf84fa6515f..c5d107a5010 100644
--- a/Master/texmf-dist/doc/latex/hfutexam/hfutexam_simple.pdf
+++ b/Master/texmf-dist/doc/latex/hfutexam/hfutexam_simple.pdf
Binary files differ
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~}