Skip to content

Commit

Permalink
Change old command "\bf"
Browse files Browse the repository at this point in the history
Change old command  \bf to \normalfont\bfseries
  • Loading branch information
Zhixin Piao committed May 20, 2017
1 parent 55585bc commit e81ddf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified main.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion seuthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
\RequirePackage{ulem}

% 加粗改黑体
\renewcommand{\textbf}[1]{{\bf{#1}}}
\renewcommand{\textbf}[1]{{\normalfont\bfseries #1}}
% my change
%\def\CJK@spaceChar{\hskip \f@size \p@}
\def\CJKindent{%
Expand Down

0 comments on commit e81ddf9

Please sign in to comment.