From 89f2e71852e96062ea9b756bf92fbf4e894871b1 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 17 Nov 2021 17:09:19 +0100 Subject: Align node --- tests/typ/layout/page.typ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/typ/layout/page.typ') diff --git a/tests/typ/layout/page.typ b/tests/typ/layout/page.typ index 315680a6..1d2fdb62 100644 --- a/tests/typ/layout/page.typ +++ b/tests/typ/layout/page.typ @@ -15,10 +15,10 @@ // Set individual margins. #page(height: 40pt) -[#page(left: 0pt) #align(left) Left] -[#page(right: 0pt) #align(right) Right] -[#page(top: 0pt) #align(top) Top] -[#page(bottom: 0pt) #align(bottom) Bottom] +[#page(left: 0pt) #align(left)[Left]] +[#page(right: 0pt) #align(right)[Right]] +[#page(top: 0pt) #align(top)[Top]] +[#page(bottom: 0pt) #align(bottom)[Bottom]] // Ensure that specific margins override general margins. [#page(margins: 0pt, left: 20pt) Overriden] -- cgit v1.2.3