Possible Duplicate:
Change caption name of figures
How to change the name of document elements like “Figure”, “Contents”, “Bibliography” etc.?
I'm using the book class in my document and I created an abstract using this piece of code:
\newenvironment{abstract}%
{\cleardoublepage\thispagestyle{empty}\null\vfill\begin{center}%
\bfseries\abstractname\end{center}
{\vfill\null}
Now I would like to change \abstractname. I tried \renewcommand{\abstractname}{Name}, but it didn't work.
\abstractname, so you'll have to do it using\newcommandinstead of\renewcommandb) if you did that already, the problem might be your use of thebabelpackage; see http://tex.stackexchange.com/questions/17489/change-caption-name-of-figures – lockstep Nov 16 '12 at 10:03