Skip to content

Commit f97d66b

Browse files
committed
make cheatsheets column width exactly 57 mm
Notes: The A4 long dimension is 297 mm. With 2.5 mm left and right margins and 7/4 mm spacing between the 5 columns (4 gaps), this gives (297 - 2.5*2 - 4*7/4) / 5 = 57 mm wide columns.
1 parent 5691bea commit f97d66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cheatsheets.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
\setlength\parindent{0pt}
104104
\setlength{\tabcolsep}{2pt}
105105
\baselineskip=0pt
106-
\setlength\columnsep{0.5em}
106+
\setlength\columnsep{1.75mm}
107107

108108

109109
% --- Macros ------------------------------------------------------------------

0 commit comments

Comments
 (0)