19

I'm using LaTeX and like to create an acknowledgement section using the report class such that is looks like the abstract and comes after it.

Martin Scharrer
  • 262,582
Dima
  • 12,427
  • 8
  • 40
  • 53

2 Answers2

43

I went with:

\begin{abstract}
 This is cool paper about vuvuzelas.
\end{abstract}

\renewcommand{\abstractname}{Acknowledgements}
\begin{abstract}
 Thanks Mum!
\end{abstract}

This way both look similar and good.

Dima
  • 12,427
  • 8
  • 40
  • 53
37
\section*{Acknowledgements}
Thanks Mum.