From a69ada7889c5c5996d0660401e981b6baac14a83 Mon Sep 17 00:00:00 2001 From: Jeremie Knuesel Date: Thu, 26 Sep 2024 11:15:31 +0200 Subject: Rename place scope "page" to "parent" (#5027) --- docs/guides/page-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/guides/page-setup.md b/docs/guides/page-setup.md index ac475583..f37ec3b4 100644 --- a/docs/guides/page-setup.md +++ b/docs/guides/page-setup.md @@ -406,7 +406,7 @@ the `gutter` parameter. Very commonly, scientific papers have a single-column title and abstract, while the main body is set in two-columns. To achieve this effect, Typst's [`place` function]($place) can temporarily escape the two-column layout by specifying -`{float: true}` and `{scope: "page"}`: +`{float: true}` and `{scope: "parent"}`: ```example:single >>> #set page(height: 180pt) @@ -416,7 +416,7 @@ function]($place) can temporarily escape the two-column layout by specifying #place( top + center, float: true, - scope: "page", + scope: "parent", text(1.4em, weight: "bold")[ Impacts of Odobenidae ], -- cgit v1.2.3