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/containers.typ | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'tests/typ/layout/containers.typ') diff --git a/tests/typ/layout/containers.typ b/tests/typ/layout/containers.typ index b2835b5e..d4556a0f 100644 --- a/tests/typ/layout/containers.typ +++ b/tests/typ/layout/containers.typ @@ -19,24 +19,3 @@ First! But, soft! what light through yonder window breaks? It is the east, and Juliet is the sun. ] - ---- -// Test shrink-to-fit vs expand. - -// Top-level paragraph fills page -L #align(right)[R] - -// Block also fills page. -#block[ - L #align(right)[R] -] - -// Boxed paragraph respects width. -#box(width: 50pt)[ - L #align(right)[R] -] - -// Boxed paragraph without width doesn't expand. -#box[ - L #align(right)[R] -] -- cgit v1.2.3