I have a LaTeX document with two abstracts (in two different languages)
I would like to change the 'abstract' to another title.
I cannot use \renewcommand{\abstractname}{Example} because I need to define two different abstract names.
Can this be done somehow?
\usepackage{abstract}
\begin{abstract}
\renewcommand{\abstractname}{Example}
cdsvsdavsa
\end{abstract}
\pagebreak
\begin{abstract}
\renewcommand{\abstractname}{Example2}
cdsvsdavsa
\end{abstract}

\renewcommand{\abstractname}{Example}after the first abstract. – David Carlisle Jun 09 '15 at 11:41\abstract. (I removed the latex3 tag as I assume your class is not using latex3 code) – David Carlisle Jun 09 '15 at 11:43