diff options
| author | Jeremie Knuesel <knuesel@gmail.com> | 2024-09-26 11:15:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 09:15:31 +0000 |
| commit | a69ada7889c5c5996d0660401e981b6baac14a83 (patch) | |
| tree | 5d44fd834bc932bd5e3996984d9b7cccaa9d5a56 /docs/guides | |
| parent | 5823429a968eeb60f39aba55302f4fca57bdf615 (diff) | |
Rename place scope "page" to "parent" (#5027)
Diffstat (limited to 'docs/guides')
| -rw-r--r-- | docs/guides/page-setup.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 ], |
