summaryrefslogtreecommitdiff
path: root/docs/tutorial/2-formatting.md
diff options
context:
space:
mode:
authorfynsta <63241108+fynsta@users.noreply.github.com>2024-10-14 11:20:06 +0200
committerLaurenz <laurmaedje@gmail.com>2024-10-15 15:06:36 +0200
commitbc31ac2a2693895174ce98b3c4935e7e5986578d (patch)
tree4364783749ea5415d214a36905a78e27d2202480 /docs/tutorial/2-formatting.md
parent40fe0fc89f2e299db393921df218a6910bb5e8da (diff)
Fix the order to match the text (#5196)
Diffstat (limited to 'docs/tutorial/2-formatting.md')
-rw-r--r--docs/tutorial/2-formatting.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorial/2-formatting.md b/docs/tutorial/2-formatting.md
index e51f96e7..fabb544f 100644
--- a/docs/tutorial/2-formatting.md
+++ b/docs/tutorial/2-formatting.md
@@ -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,