Here we are.
Matej
--
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
[W]hat country can preserve its liberties, if its rulers are not
warned from time to time that [the] people preserve the spirit of
resistance? Let them take arms...The tree of liberty must be
refreshed from time to time, with the blood of patriots and
tyrants.
-- Thomas Jefferson, letter to Col. William S. Smith, 1787
----- Forwarded message from Juergen Spitzmueller <[EMAIL PROTECTED]> -----
> Date: Sat, 08 Mar 2003 21:15:16 +0100
> From: [EMAIL PROTECTED] (Juergen Spitzmueller)
> Subject: Re: Your scrlettr2.layout
> To: Matej Cepl <[EMAIL PROTECTED]>
>
> Matej Cepl wrote:
> > I may be weirdo, but I often write so long letters, that I need
> > a Comment environment. Therefore, I have included it your
> > scrlettr2.layout (patch is included).
>
> Hi Matej,
>
> Thanks for this. Just send it to the list, please.
>
> J�rgen.
----- End forwarded message -----
--- scrlettr2.layout 2003/03/06 21:27:02 1.1
+++ scrlettr2.layout 2003/03/06 21:29:35
@@ -340,3 +340,34 @@
LatexParam {invoice}
LabelString "Invoice no.:"
End
+
+# Comment style definition
+Style Comment
+ Margin Dynamic
+ LatexType Environment
+ LatexName comment
+ NextNoIndent 1
+ LeftMargin MMM
+ RightMargin MMM
+ Align Block
+ AlignPossible Block, Left, Right, Center
+ LabelType Static
+ LabelSep :x
+ Labelstring "Comment:"
+
+ LabelFont
+ Shape Italic
+ Series Bold
+ Color black
+ EndFont
+
+ TextFont
+ Color magenta
+ Shape Italic
+ EndFont
+
+ Preamble
+ \usepackage{verbatim}
+ EndPreamble
+
+End