Skip to content

Commit 89842a3

Browse files
committed
[std, layout] Use ISO 216:2007-defined paper size (A4).
Fixes NB ISO-22 (C++17 DIS). This change maintains the width of the text block at 16.51cm/6.5" as it was previously by using horizontal margins of 2.245cm on both sides. The vertical margins become slightly smaller.
1 parent 0b3e61e commit 89842a3

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

source/layout.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
%%--------------------------------------------------
55
%% set page size, type block size, type block position
66

7-
\setstocksize{11in}{8.5in}
8-
\settrimmedsize{11in}{8.5in}{*}
9-
\setlrmarginsandblock{1in}{1in}{*}
10-
\setulmarginsandblock{1in}{*}{1.618}
7+
\setlrmarginsandblock{2.245cm}{2.245cm}{*}
8+
\setulmarginsandblock{2.5cm}{2.5cm}{*}
119

1210
%%--------------------------------------------------
1311
%% set header and footer positions and sizes

source/std.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
%%--------------------------------------------------
55
%% basics
6-
% \documentclass[letterpaper,oneside,openany]{memoir}
7-
\documentclass[ebook,10pt,oneside,openany,final]{memoir}
8-
% \includeonly{declarations}
6+
\documentclass[a4paper,10pt,oneside,openany,final]{memoir}
97

108
\usepackage[american]
119
{babel} % needed for iso dates

0 commit comments

Comments
 (0)