pkuthss.cls: fix displaymath spacing.
This commit is contained in:
parent
176bfe6cea
commit
ab74d3b076
@ -172,6 +172,10 @@
|
||||
\fi
|
||||
|
||||
\AtBeginDocument{
|
||||
% Set up spacing for displayed formulae.
|
||||
\setlength{\abovedisplayskip}{\belowdisplayshortskip}
|
||||
\setlength{\belowdisplayskip}{\abovedisplayskip}
|
||||
|
||||
\ifthss@opt@pdftoc
|
||||
% Add PDF bookmark for table of contents.
|
||||
\let\thss@tmp@tableofcontents\tableofcontents
|
||||
@ -241,12 +245,6 @@
|
||||
headheight = 0.45cm, headsep = 0.55cm, footskip = 1.05cm
|
||||
}
|
||||
|
||||
% Set up spacing for displayed formulae.
|
||||
\setlength{\abovedisplayskip}{6bp plus 1.5bp minus 3.5bp}
|
||||
\setlength{\abovedisplayshortskip}{3bp plus 0.75bp minus 1.75bp}
|
||||
\setlength{\belowdisplayshortskip}{3bp plus 0.75bp minus 1.75bp}
|
||||
\setlength{\belowdisplayskip}{6bp plus 1.5bp minus 3.5bp}
|
||||
|
||||
% Set up chapter/section/... captions.
|
||||
% The `*skip' values are not supposed to be modified by the `ugly' option:
|
||||
% the actual style of the school's guide and Word template seem to be different
|
||||
|
||||
Loading…
Reference in New Issue
Block a user