11 lines
238 B
TeX
11 lines
238 B
TeX
\chapterstartoc{List of Tables}
|
|
\label{tables}
|
|
|
|
{% Set the link color to black only for the list of tables
|
|
\hypersetup{linkcolor=black}%
|
|
\makeatletter%
|
|
\@starttoc{lot}% Print the list of tables without the title
|
|
\makeatother%
|
|
}%
|
|
|