On Wed, May 30, 2001 at 08:17:20PM +0300, Dekel Tsur wrote:
> Assuming you want the acknowledgement paragraph to be similar to abstract,
> you need following lines:

I forgot about CopyStyle.
What you need is just

Style Acknowledgement
  CopyStyle   Abstract
  LatexName   ack
  LabelString Acknowledgements
  Preamble
\newenvironment{ack}%
  {\renewcommand{\abstractname}{Acknowledgements}\begin{abstract}}%
  {\end{abstract}}
  EndPreamble
End

Reply via email to