diff options
Diffstat (limited to 'docs/src/tutorial/4-template.md')
| -rw-r--r-- | docs/src/tutorial/4-template.md | 8 |
1 files changed, 5 insertions, 3 deletions
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 |
