I can't change the name of the "Listings". I have already used these commands:
Code: Select all
\renewcommand*{\lstlistlistingname}{Listagens}
\renewcommand*{\lstlistingname}{Listagem}
AndreiaFaria
Code: Select all
\renewcommand*{\lstlistlistingname}{Listagens}
\renewcommand*{\lstlistingname}{Listagem}
main.tex
(before \begin{document}
):Code: Select all
\renewcommand\lstlistingname{Algorithm}
\renewcommand\lstlistlistingname{Algorithms}