I want to change the name of the References section and no solution i found in this site works for me. e.g, no answer to this question solves my problem. Here is the document:
\documentclass[12pt,oneside]{book}
\includeonly{zebras}
\usepackage{graphicx,mathtools}
\usepackage[utf8]{inputenc}
\usepackage[brazil]{babel}
\usepackage{amssymb,amsmath,graphicx,enumerate,color,amsthm}
\usepackage[utf8]{inputenc}
\begin{document}
\frontmatter
\chapter{Introduction}
\chapter{chapter1}
\section{section1}
\bibliographystyle{abbrv}
\bibliography{bibfilename}
\end{document}
I know very little about LaTeX and i don't know what some of these packages do, but i checked the problem still occurs in this reduced version. Any ideas of what is going wrong in here?
\addto\extrasbrazil{\renewcommand{\bibname}{...}}– Alan Munn Jul 26 '23 at 18:58\usepackage[brazil]{babel}which will already have redefined\bibnameto something Portuguese, you should use the babel mechanisms to redefine that localised version – David Carlisle Jul 26 '23 at 18:59babel. Delete your old.auxfiles and recompile. – Alan Munn Jul 26 '23 at 19:07