On Wed, May 30, 2001 at 11:47:49AM +0100, Alejandro Fernandez wrote:
> I'm using lyx to write a project report, using the report style. I'd
> like to add an acknowledgements page, after the title page, but I don't
> have much time to spend on it. I've tried adding this stile:
> 

Assuming you want the acknowledgement paragraph to be similar to abstract,
you need following lines:

Style Acknowledgement
   Margin                Static
  LatexType             Environment  
  ...
  Preamble
\newenvironment{ack}%
 {\renewcommand{\abstractname}{Acknowledgements}\begin{abstract}}%
 {\end{abstract}}
  EndPreamble
End

Reply via email to