diff --git a/layout/thesis_template.typ b/layout/thesis_template.typ index fd7947a..6c13860 100644 --- a/layout/thesis_template.typ +++ b/layout/thesis_template.typ @@ -110,6 +110,10 @@ show figure: set text(size: 0.85em) // --- Table of Contents --- + show outline.entry.where(level: 1): it => { + v(15pt, weak: true) + strong(it) + } outline( title: { text(font: body-font, 1.5em, weight: 700, "Contents")