We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fe0fc commit bc31ac2Copy full SHA for bc31ac2
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
103
font. For the purposes of the example, we'll also set another page size.
104
105
```example
106
-#set text(
107
- font: "New Computer Modern",
108
- size: 10pt
109
-)
110
#set page(
111
paper: "a6",
112
margin: (x: 1.8cm, y: 1.5cm),
113
)
+#set text(
+ font: "New Computer Modern",
+ size: 10pt
+)
114
#set par(
115
justify: true,
116
leading: 0.52em,
0 commit comments