10 lines
235 B
TeX
10 lines
235 B
TeX
\chapter*{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%
|
|
}%
|