mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Fix the order to match the text (#5196)
This commit is contained in:
parent
8bf2df82ec
commit
1dc8b99ec9
@ -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.
|
||||
|
||||
```example
|
||||
#set text(
|
||||
font: "New Computer Modern",
|
||||
size: 10pt
|
||||
)
|
||||
#set page(
|
||||
paper: "a6",
|
||||
margin: (x: 1.8cm, y: 1.5cm),
|
||||
)
|
||||
#set text(
|
||||
font: "New Computer Modern",
|
||||
size: 10pt
|
||||
)
|
||||
#set par(
|
||||
justify: true,
|
||||
leading: 0.52em,
|
||||
|
Loading…
x
Reference in New Issue
Block a user