From ace0a570fecf6e63c753ad86957cb515a2ee3b5d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 29 Nov 2021 17:45:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Try=20to=20fix=20latexpdf=20sect?= =?UTF-8?q?ion=20numbering=20(see=20#100)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thesis/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thesis/source/conf.py b/thesis/source/conf.py index a48b4be..7d4f233 100644 --- a/thesis/source/conf.py +++ b/thesis/source/conf.py @@ -135,6 +135,8 @@ latex_setup = { "dangerBgColor": "{rgb}{0.95,0.62,0.59}", "errorBorderColor": "{rgb}{0.95,0.62,0.59}", "errorBgColor": "{rgb}{0.95,0.62,0.59}", + + "bookmarksdepth": 2, } latex_elements = { "papersize": "a4paper",