From 7e18bb11dc7b7338905363f8efe5bcb50dd133c1 Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Wed, 14 Feb 2024 10:43:03 +0100 Subject: [PATCH] Switch to `hypcap` option of `caption` package The `hypcap` package is outdated. Also it was never configured in the template to account for all floats, so it did not do anything anyway. --- thesis.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesis.tex b/thesis.tex index 769ec37..b8067d8 100644 --- a/thesis.tex +++ b/thesis.tex @@ -78,7 +78,7 @@ \usepackage{enumitem} % Leichter konfigurierbare enumerate-Umgebungen. \usepackage{subcaption} % Unterteilung von Figures in Subfigures. \usepackage[colorlinks]{hyperref} % Klickbare Links (z.B. Inhaltsverzeichnis). -\usepackage{hypcap} % Ankert hyperref links auf Grafik/Tabelle statt Caption. +\usepackage[hypcap=true]{caption} % Setzt Hyperref-Links an den Float-Anfang. \usepackage{xurl} % \url Kommando für Darstellung von Links \usepackage{csquotes} % Improved quoting. \usepackage{microtype} % Verbessertes Kerning zwischen Wörtern. -- GitLab