From 7f7e14d95f7240727e0163451190ff63b230e393 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Tue, 28 Dec 2021 00:23:42 +0100 Subject: Minor changes to columns --- tests/typ/layout/columns.typ | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/typ/layout/columns.typ b/tests/typ/layout/columns.typ index 7683c55e..bf954d93 100644 --- a/tests/typ/layout/columns.typ +++ b/tests/typ/layout/columns.typ @@ -81,7 +81,7 @@ D Arbitrary horizontal growth. --- -// Test columns in an infinitely wide frame. +// Test columns in an infinitely high frame. #set page(width: 7.05cm, columns: 2) There can be as much content as you want in the left column @@ -102,7 +102,3 @@ This is a normal page. Very normal. // Test a page with zero columns. // Error: 49-50 must be positive #set page(height: auto, width: 7.05cm, columns: 0) - -This makes less sense. - -// colbreak in auto stroke box on sized page that should be higher than box \ No newline at end of file -- cgit v1.2.3