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