Fix list of tables

This commit is contained in:
2024-09-26 21:02:04 +02:00
parent 4d4f04e470
commit 097698c517

View File

@@ -4,7 +4,7 @@
{% Set the link color to black only for the list of tables
\hypersetup{linkcolor=black}%
\makeatletter%
\@starttoc{lof}% Print the list of tables without the title
\@starttoc{lot}% Print the list of tables without the title
\makeatother%
}%