Skip to content

Commit

Permalink
dtx: fix theorem header to be bold (tuna#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
alick committed Apr 18, 2015
1 parent 947c7bd commit 61deb2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions thuthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
%</cls>
%<*cfg>
% \theoremsymbol{\ensuremath{\blacksquare}}
Expand Down

0 comments on commit 61deb2d

Please sign in to comment.