I am writing my thesis using LaTeX and it actually is the first time I use it. I am using some templates from my university but they are in Spanish and I want to write my work in English.
The reason of this message is that I am getting crazy with the indexes and the bibliography because, although I want the title of these chapters to be in English, they are written in Spanish. Of course I have tried to find out where the mistake is and even found some information on the Internet but it is not working out.
This is how I am managing the indexes:
\addcontentsline{toc}{chapter}{List of figures}
\listoffigures
\newpage \thispagestyle{empty}
\addcontentsline{toc}{chapter}{List of tables}
\listoftables
\newpage \thispagestyle{empty}
But instead of List of figures/tables, the Spanish translation appears in the pdf.
On the other hand, this is how I managed the references:
\bibliographystyle{unsrt}
\bibliography{references}