From 1dc8b99ec96a29259f7943e6cc131099c90f5ea1 Mon Sep 17 00:00:00 2001 From: fynsta <63241108+fynsta@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:20:06 +0200 Subject: [PATCH] Fix the order to match the text (#5196) --- docs/tutorial/2-formatting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/2-formatting.md b/docs/tutorial/2-formatting.md index e51f96e7b..fabb544f4 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,