Fix sans-serif in list of figures and tables

This commit is contained in:
2024-09-26 20:48:32 +02:00
parent e6d54df18d
commit ac5b773065
2 changed files with 19 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
{
\hypersetup{linkcolor=black}
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}
}
\chapterstartoc{List of Figures}
\label{figures}
{% Set the link color to black only for the list of figures
\hypersetup{linkcolor=black}%
\makeatletter%
\@starttoc{lof}% Print the list of figures without the title
\makeatother%
}%