I need to write more than one abstract on my thesis, and each one should have a different heading.
Example
Abstract of the original project
Abstract of the results from the first year
and so forth.
I couldn't even change the abstract "title" even though I found a post about it, that said that when you're writing in another language (as in my case, Portuguese), the following command in the preamble should work
Code: Select all
\AtBeginDocument{%
\addto\captionsportuguese>{%
\renewcommand{\abstractname}{NEWTITLE FOR MY ABSTRACT}%
}}
Can anyone help?
Thanx.