From 61deb2d7cf1d3c6986b22feb813b4f9f895fef94 Mon Sep 17 00:00:00 2001 From: Alick Zhao Date: Sat, 18 Apr 2015 21:46:28 +0800 Subject: [PATCH] dtx: fix theorem header to be bold (#104) --- thuthesis.dtx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/thuthesis.dtx b/thuthesis.dtx index 97388c05..b2e2535f 100644 --- a/thuthesis.dtx +++ b/thuthesis.dtx @@ -1694,9 +1694,10 @@ % 定理字样使用黑体,正文使用宋体,冒号隔开 % \changes{v2.6.2}{2006/06/17}{增加问题和猜想两个数学环境。} % \changes{v4.2}{2008/03/07}{调整证明环境的编号和结尾的方块。} +% \changes{v4.8.2}{2015/04/18}{修正定理字样为黑体 (\#104)。} % \begin{macrocode} -\theorembodyfont{\songti\rmfamily} -\theoremheaderfont{\heiti\rmfamily} +\theorembodyfont{\rmfamily\songti} +\theoremheaderfont{\rmfamily\heiti} % %<*cfg> % \theoremsymbol{\ensuremath{\blacksquare}}