Fix the order to match the text (#5196)

This commit is contained in:
fynsta 2024-10-14 11:20:06 +02:00 committed by GitHub
parent 8bf2df82ec
commit 1dc8b99ec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,14 +103,14 @@ Let's add a few more styles to our document. We want larger margins and a serif
font. For the purposes of the example, we'll also set another page size. font. For the purposes of the example, we'll also set another page size.
```example ```example
#set text(
font: "New Computer Modern",
size: 10pt
)
#set page( #set page(
paper: "a6", paper: "a6",
margin: (x: 1.8cm, y: 1.5cm), margin: (x: 1.8cm, y: 1.5cm),
) )
#set text(
font: "New Computer Modern",
size: 10pt
)
#set par( #set par(
justify: true, justify: true,
leading: 0.52em, leading: 0.52em,