How can i give another name to the main sections of a scientific paper in Latex? So instead of 'References' i wanna write a different title, instead of 'Abstract' another, and so on.
Regards
Redefine any of the following commands:
\abstractname
\appendixname
\bibname
\chaptername
\contentsname
\indexname
\listfigurename
\listtablename
\partname
\refname
So, for example,
\renewcommand\refname{My References}
The list comes from The LaTeX Companion, 2nd edition, page 34.