I'm writing a document with and abstract and I've set the language to Spanish, and so the abstract environment displays the word "Resumen" instead of "Abstract". I want the opposite. I've tried
\renewcommand{\abstractname}{Abstract}
And
\renewcommand{\abstract}{Abstract}
The first does nothing and the second displays the word Abstract but removes the bold font, puts it in the beginning of the line and the abstract text displays just after it, something like:
Abstract. This is the abstract...
How should I properly change it? The class document is article
Thanks in advance

\documentclass{...}and ending with\end{document}. – Apr 24 '15 at 06:26\renewcommand{\abstract}{Abstract}is of course wrong, since you have changed the\abstractcommand (or environment) completely – Apr 24 '15 at 06:29\renewcommand\abstractname{...}doesn't work the expected way. How is it a duplicate then? – yo' Apr 24 '15 at 11:28