LaTeX Listings Package
The LaTeX Listings package is woefully underspecified in any documentation readily accessible online. One such problem is trying to change the title of the list of listings from “Listings” to “List of Listings” to fit in with the built-in “List of Figures” and “List of Tables.”
Searching Google reveals many mailing list articles and forum posts describing the exact same problem, but never arriving at a neat solution. After dissecting the .sty file it turns out it is a simple one-line redefinition:
\renewcommand{\lstlistlistingname}{List of Listings}

Comment
Commenting is closed for this article.
Thanks a lot! I have been looking for a solution for this particular problem for quite some time.
— Tonio · 28 October, 11:12 · #