summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhettlage <hettlage@saao.ac.za>2024-05-21 18:41:52 +0200
committerGitHub <noreply@github.com>2024-05-21 16:41:52 +0000
commita24052cb80e8a86695ac73e00281d5df0b9317c9 (patch)
treec836d2591a1e6371d8b98e4f035034b2c4781ddb /docs
parent4f8bbb01ce2f333383f7209fe0d83ee847d6eb48 (diff)
Update 3-advanced.md (#4208)
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/3-advanced.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/3-advanced.md b/docs/tutorial/3-advanced.md
index 57b3dc0d..f176a363 100644
--- a/docs/tutorial/3-advanced.md
+++ b/docs/tutorial/3-advanced.md
@@ -338,7 +338,7 @@ a way to set any of that, we need to write our own heading show rule.
>>> )
#show heading: it => [
#set align(center)
- #set text(12pt, weight: "regular")
+ #set text(13pt, weight: "regular")
#block(smallcaps(it.body))
]
@@ -417,7 +417,7 @@ differentiate between section and subsection headings:
level: 1
): it => block(width: 100%)[
#set align(center)
- #set text(12pt, weight: "regular")
+ #set text(13pt, weight: "regular")
#smallcaps(it.body)
]