Skip to content

Commit

Permalink
Enhance Table of Contents styling for level 1 entries (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Jan 16, 2025
1 parent af79520 commit fc189fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layout/thesis_template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fc189fd

Please sign in to comment.