From c8b0be21f50b881756fcb61c6b72a96081264e3e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 21 Mar 2023 00:41:20 +0100 Subject: A few tutorial improvements --- docs/src/tutorial/4-template.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/src/tutorial/4-template.md') diff --git a/docs/src/tutorial/4-template.md b/docs/src/tutorial/4-template.md index 3208f012..bba902a1 100644 --- a/docs/src/tutorial/4-template.md +++ b/docs/src/tutorial/4-template.md @@ -86,8 +86,6 @@ previous chapter. ```example #let conf(title, doc) = { - set text(font: "Linux Libertine", 11pt) - set par(justify: true) set page( paper: "us-letter", >>> margin: auto, @@ -97,6 +95,11 @@ previous chapter. ), <<< ... ) + set par(justify: true) + set text( + font: "Linux Libertine", + size: 11pt, + ) // Heading show rules. <<< ... @@ -324,7 +327,6 @@ path of the file after the `{from}` keyword. >>> columns(2, doc) >>>} <<< #import "conf.typ": conf - #show: doc => conf( title: [ Towards Improved Modelling -- cgit v1.2.3