Skip to content

Commit 48b4442

Browse files
committed
[layout] Make "small" line spacing equal to normal spacing.
Now "normal" is 10pt/12pt (as it has always been) and "small" is 9pt/12pt. This makes notes and examples use the same line spacing as the ambient text.
1 parent 09bdfbd commit 48b4442

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/layout.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
%% than immediately following the main text.
3030
\feetatbottom
3131

32+
%%--------------------------------------------------
33+
%% Make the "small" size, used for notes and examples, have the same
34+
%% line height as the normal text.
35+
\renewcommand{\normalsize}{\fontsize{10pt}{12pt}\selectfont}
36+
\renewcommand{\small}{\fontsize{9pt}{12pt}\selectfont}
37+
3238
%%--------------------------------------------------
3339
%% Paragraph and bullet numbering
3440

0 commit comments

Comments
 (0)