From 010cc2effc2fd0e1c4e52d5c914cb4d74506bc0a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 9 Nov 2022 18:16:59 +0100 Subject: New block spacing model --- tests/typ/layout/stack-1.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/layout/stack-1.typ') diff --git a/tests/typ/layout/stack-1.typ b/tests/typ/layout/stack-1.typ index 0ecbe246..6a884667 100644 --- a/tests/typ/layout/stack-1.typ +++ b/tests/typ/layout/stack-1.typ @@ -42,9 +42,9 @@ --- // Test aligning things in RTL stack with align function & fr units. #set page(width: 50pt, margins: 5pt) +#set block(spacing: 5pt) #set text(8pt) #stack(dir: rtl, 1fr, [A], 1fr, [B], [C]) -#v(5pt) #stack(dir: rtl, align(center, [A]), align(left, [B]), -- cgit v1.2.3