Skip to content

Commit

Permalink
fix(undergraduate.cls): lineskip of titles
Browse files Browse the repository at this point in the history
- 修复英文摘要“ABSTRACT”与英文摘要标题标题间距不对的问题 #39
- 重设了多级标题的标题后距离,保持一致
  • Loading branch information
edwardzcn-decade committed Jun 8, 2022
1 parent a2e946b commit 5ef129f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions undergraduate.cls
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
\csu@pdfbookmark{0}{\csu@name@abstract@en}
\vspace*{0pt}
\begin{center} \zihao{-2} \bfseries \@titleen \end{center}

\vspace{0pt}
\begin{center} \zihao{3} \bfseries ABSTRACT \end{center}
\vspace{12pt}
\linespread{1.5}
Expand Down Expand Up @@ -587,20 +587,19 @@
% beforeskip 默认为 3.5ex plus 1ex minus .2ex 适当缩减
% beforeskip = {20pt},
% beforeskip = {\ifcsu@type@graduate 30pt \else 20pt\fi}
% afterskip 默认为 2.3ex plus .2ex 适当缩减
afterskip = {1ex \@plus .2ex},
afterskip = {2ex \@plus .2ex},
fixskip = true,
},
subsection = {%
format = \zihao{-4} \kaiti,
afterindent = true,
% afterskip 默认为 2.3ex plus .2ex 适当缩减
afterskip = {1ex \@plus .2ex},
afterskip = {2ex \@plus .2ex},
fixskip = true,
},
subsubsection = {%
format = \zihao{-4} \normalfont,
afterindent = true,
afterskip = {1ex \@plus .2ex},
afterskip = {2ex \@plus .2ex},
fixskip = true,
},
}
Expand Down

0 comments on commit 5ef129f

Please sign in to comment.