I have a LaTex code defined as follows:
\documentclass[a4paper]{paper}
\begin{document}
\section*{List of Illustrations}
\listofalgorithms
\listoffigures
\listoftables
\clearpage
\end{document}
But basically, what happens is that the titles of LoF, LoT and LoA are as big as my section title "List of Illustrations". Is there any way to change their title size to something equivalent to the size of a subsection title?