At the end of my Overleaf Latex document I have the following coding lines:
Code: Select all
\markright{\MakeUppercase{Bibliografía}}
\include{sections.tex/Bibliografía}
\addcontentsline{toc}{chapter}{Bibliografía}
\clearpage
\markright{\MakeUppercase{Índice de términos}}
\index{Índice de términos}
\addcontentsline{toc}{chapter}{Índice de términos}
\clearpage
\index{Índice de nombres}
\addcontentsline{toc}{chapter}{Índice de nombres}
\markright{\MakeUppercase{Índice de nombres}}
\printindex
Can anyone help me on this problem?
Thanks a lot