diff options
| author | Martin Haug <mhaug@live.de> | 2021-12-28 00:23:42 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2021-12-28 00:23:42 +0100 |
| commit | 7f7e14d95f7240727e0163451190ff63b230e393 (patch) | |
| tree | 0062b38db54c1fd785eedecbd9b77a12800bc340 /tests | |
| parent | 37328f11edfca7afe918bb297ed1656eb053f7a3 (diff) | |
Minor changes to columns
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/layout/columns.typ | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
