On Sat, Nov 30, 2002 at 11:15:42AM +0000, Chris Lale wrote:
> # Warning style definition
> Style Warning
> LatexType Paragraph
Replace by
LatexType Environment
> LatexName warning
> Font
> Shape Italic
> EndFont
> NextNoIndent 1
> LeftMargin MMM
> RightMargin MMM
> TopSep 0.5
> BottomSep 0.5
> Align Left
> AlignPossible Block, Left, Right, Center
> LabelType No_Label
> Margin Static
Add here:
Preamble
\newenvironment{warning}
{\par\setlength{\leftskip}{1cm}\addtolength{\hsize}{-1cm}\itshape}
{\par\noindent}
EndPreamble
> End