I am trying to insert a abstract into my document as shown below, this gives me an error 'Environment abstract undefined'. I have used this format a few times without this problem occurring, I believe this is down to the use of book as a document class. I don't want the abstract to be a chapter.
\documentclass[a4paper,10pt]{book}
\usepackage[utf8]{inputenc}
\begin{document}
\begin{abstract}
Insert anstract here
\end{abstract}

bookdoes not define anabstractenvironment, while something likearticledoes. What do you want the output to look like... similar to that ofarticle? – Werner Mar 03 '13 at 17:53