Skip to content

Commit bc31ac2

Browse files
fynstalaurmaedje
authored andcommitted
Fix the order to match the text (#5196)
1 parent 40fe0fc commit bc31ac2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorial/2-formatting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ Let's add a few more styles to our document. We want larger margins and a serif
103103
font. For the purposes of the example, we'll also set another page size.
104104

105105
```example
106-
#set text(
107-
font: "New Computer Modern",
108-
size: 10pt
109-
)
110106
#set page(
111107
paper: "a6",
112108
margin: (x: 1.8cm, y: 1.5cm),
113109
)
110+
#set text(
111+
font: "New Computer Modern",
112+
size: 10pt
113+
)
114114
#set par(
115115
justify: true,
116116
leading: 0.52em,

0 commit comments

Comments
 (0)