From 96e0b5f83f17aa2b52239aad9d43d50778926f08 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Wed, 1 Oct 2025 14:40:20 +0200 Subject: [PATCH] bookmark not outlined heading --- lib/matisse-thesis.typ | 1 + template/main.typ | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/matisse-thesis.typ b/lib/matisse-thesis.typ index 85ef862..7b3e79d 100644 --- a/lib/matisse-thesis.typ +++ b/lib/matisse-thesis.typ @@ -46,6 +46,7 @@ assert-etablissements(university) if draft { + set heading(numbering: none, outlined: false, bookmarked: true) [== DRAFT - #title-en] // if typst was called with `--input commit=$(git rev-parse --short HEAD)`, add the current commit: if "commit" in sys.inputs { diff --git a/template/main.typ b/template/main.typ index 22e62c7..4258254 100644 --- a/template/main.typ +++ b/template/main.typ @@ -57,7 +57,7 @@ // Preamble #{ - set heading(numbering: none, outlined: false) + set heading(numbering: none, outlined: false, bookmarked: true) set figure(outlined: false) set page(numbering: "i") counter(page).update(0)