mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-04 16:42:57 +00:00
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:
parent
230420dd8f
commit
97d5f9e4f2
@ -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>
|
2003-03-10 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* scripts/lyxpreview2bitmap.sh: use variables for the names of
|
* scripts/lyxpreview2bitmap.sh: use variables for the names of
|
||||||
|
@ -340,3 +340,34 @@ Style Invoice
|
|||||||
LatexParam {invoice}
|
LatexParam {invoice}
|
||||||
LabelString "Invoice no.:"
|
LabelString "Invoice no.:"
|
||||||
End
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user