From cd089b6194c57b2e8dff70efaa7cbd53035f7327 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 9 Dec 2022 10:21:11 +0100 Subject: Align set rule --- tests/typ/compiler/construct.typ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/typ/compiler/construct.typ') diff --git a/tests/typ/compiler/construct.typ b/tests/typ/compiler/construct.typ index f535184c..df5368b7 100644 --- a/tests/typ/compiler/construct.typ +++ b/tests/typ/compiler/construct.typ @@ -10,9 +10,9 @@ // Ensure that constructor styles win, but not over outer styles. // The outer paragraph should be right-aligned, // but the B should be center-aligned. -#set par(align: center) -#par(align: right)[ - A #rect(width: 2cm, fill: conifer, inset: 4pt)[B] +#set list(label: [>]) +#list(label: [--])[ + #rect(width: 2cm, fill: conifer, inset: 4pt, list[A]) ] --- -- cgit v1.2.3