Skip to content

Commit

Permalink
Add hints for professional degree type (Fix #322)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Dec 15, 2021
1 parent e5ce46d commit b3f73ff
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions ustcthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,13 @@
\else
\vskip 0.8cm%
{\lishu\fontsize{26bp}{26bp}\selectfont
\ustc@professional@type\par}%
%
\ifx\ustc@professional@type\@empty
专业学位类型%
\else
\ustc@professional@type
\fi
\par}%
\vskip 1.0cm%
\fi
\ifustc@badge@color@blue
Expand Down Expand Up @@ -1831,7 +1837,13 @@
\ustc@thesis@name@en\par}%
\ifustc@degree@type@academic\else
{\fontsize{16bp}{32bp}\selectfont
(\ustc@professional@type@en)\par}%
(%
\ifx\ustc@professional@type@en\@empty
Professional degree type%
\else
\ustc@professional@type@en
\fi
)\par}%
\fi
\vskip 2.5cm%
\ifustc@badge@color@blue
Expand Down

0 comments on commit b3f73ff

Please sign in to comment.