summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pkuthss/tex/pkuthss.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/pkuthss/tex/pkuthss.cls')
-rw-r--r--macros/latex/contrib/pkuthss/tex/pkuthss.cls8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/pkuthss/tex/pkuthss.cls b/macros/latex/contrib/pkuthss/tex/pkuthss.cls
index 7f75114da4..0a021b8bd7 100644
--- a/macros/latex/contrib/pkuthss/tex/pkuthss.cls
+++ b/macros/latex/contrib/pkuthss/tex/pkuthss.cls
@@ -23,7 +23,7 @@
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{pkuthss}
- [2019/11/17 v1.8.2 Peking University dissertation document class]
+ [2020/11/02 v1.8.3 Peking University dissertation document class]
% eg. `\thss@int@boolopt{spacing}{true}' will expand to:
% \newif\ifthss@opt@spacing \thss@opt@spacingtrue
@@ -80,8 +80,8 @@
\RequirePackage{geometry}
% fancyhdr provides utilities for setting up headers and footers.
\RequirePackage{fancyhdr}
-% Provides `\uline' used in `\maketitle'.
-\RequirePackage{ulem}
+% Provides `\uline' used in `\maketitle' (but do not mess with `\emph').
+\RequirePackage[normalem]{ulem}
% `\AtEndOfClass' used to avoid `PDF destination not defined' with setspace.
\AtEndOfClass{\RequirePackage{hyperref}}
@@ -381,7 +381,7 @@
}
\vfill
% Date.
- {\zihao{-2}\@date}
+ {\ifthss@opt@ugly\zihao{3}\else\zihao{-2}\fi\@date}
\par\endgroup\end{titlepage}%
}