Fix sans-serif in list of figures and tables
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
{
|
\chapterstartoc{List of Figures}
|
||||||
\hypersetup{linkcolor=black}
|
\label{figures}
|
||||||
\listoffigures
|
|
||||||
\addcontentsline{toc}{chapter}{\listfigurename}
|
{% 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%
|
||||||
|
}%
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
\chapterstartoc{List of Tables}
|
||||||
\hypersetup{linkcolor=black}
|
\label{tables}
|
||||||
\listoftables
|
|
||||||
\addcontentsline{toc}{chapter}{\listtablename}
|
{% 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
|
||||||
|
\makeatother%
|
||||||
|
}%
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user