Skip to content

Commit db57189

Browse files
nest typst logo options; minor copy edit
1 parent 7931dac commit db57189

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/authoring/brand.qmd

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The **brand.yml** specification allows you to specify a `light` and `dark` versi
259259

260260
#### Document logo customization
261261

262-
You can further customize the logo at the document-level with the `logo` option.
262+
You can further customize the logo at the document level with the `logo` option.
263263

264264
For example, you can specify a particular brand logo resource:
265265
```{.yaml filename="document.qmd"}
@@ -290,12 +290,14 @@ The Typst implementation allows customization of the logo position at the docume
290290

291291
```{.yaml filename="document.qmd"}
292292
---
293-
logo:
294-
width: 1in
295-
location: right-top
296-
padding-right: 0.5in
297-
padding-top: 0.25in
298-
alt: Alternate alternate text
293+
format:
294+
typst:
295+
logo:
296+
width: 1in
297+
location: right-top
298+
padding-right: 0.5in
299+
padding-top: 0.25in
300+
alt: Alternate alternate text
299301
---
300302
```
301303

0 commit comments

Comments
 (0)