add Comment layout to scrlttr2 textclass

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6443 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-03-11 10:58:35 +00:00
parent 230420dd8f
commit 97d5f9e4f2
2 changed files with 39 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2003-03-11 Matej Cepl <matej@ceplovi.cz>
* layouts/scrlttr2.layout: add Comment layout
2003-03-10 Michael Schmitt <Michael.Schmitt@teststep.org>
* configure.m4: fix the tgif converters
2003-03-10 Angus Leeming <leeming@lyx.org>
* scripts/lyxpreview2bitmap.sh: use variables for the names of

View File

@ -340,3 +340,34 @@ Style Invoice
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