How to rename the title of \listofalgorithms? If using the algorithm package (not algorithm2e)?
If you are using the algorithm2e package see here.
How to rename the title of \listofalgorithms? If using the algorithm package (not algorithm2e)?
If you are using the algorithm2e package see here.
Update \listalgorithmname before \begin{document}!
\renewcommand{\listalgorithmname}{List of Algorithms}
algorithmas opposed toalgorithm2e, but your tags suggest otherwise, so what do you want? Furthermore, it would be nice if you could provide a MWE (even if this question is self-answered, it should be a good post).