From 219433f016cfce5133b23652efa78b65e33b94a8 Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Mon, 23 Oct 2023 12:51:40 +0200 Subject: [PATCH] Set caption width to full text width --- hhuthesis.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hhuthesis.cls b/hhuthesis.cls index e95c467..70df22e 100644 --- a/hhuthesis.cls +++ b/hhuthesis.cls @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{hhuthesis}[2023/10/23 HHU Thesis LaTeX document class v1.23] +\ProvidesClass{hhuthesis}[2023/10/23 HHU Thesis LaTeX document class v1.24] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback. \ProcessOptions\relax @@ -139,7 +139,7 @@ \parskip9pt \RequirePackage{caption} -\captionsetup{width=0.9\textwidth,labelfont=bf,font=small} +\captionsetup{labelfont=bf,font=small} % Adjust ToC spacing \RequirePackage{tocloft} -- GitLab