Skip to content

Commit

Permalink
Modify resume format
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Feb 25, 2024
1 parent d14fd22 commit 006586f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions thuthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -6569,11 +6569,24 @@
subsection = {
beforeskip = 0pt,
afterskip = 0pt,
format = \bfseries\normalsize,
indent = \parindent,
numbering = false,
},
}%
\ifthu@format@medical
subsection = {
\ctexset{
format = \sffamily\normalsize,
indent = 0pt,
},
}
\else
\ctexset{
subsection = {
format = \bfseries\normalsize,
indent = \parindent,
},%
}
\fi
\ifthu@degree@bachelor
% 内容部分用Arial字体,字号15pt,行距采用固定值20pt, 段前后 0pt。
\sffamily\fontsize{15bp}{20bp}\selectfont
Expand Down

0 comments on commit 006586f

Please sign in to comment.