Skip to content

Commit 969d931

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 1542d98 commit 969d931

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
@@ -31,6 +31,12 @@
3131
%% than immediately following the main text.
3232
\feetatbottom
3333

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

0 commit comments

Comments
 (0)