mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +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.
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user