From 97d5f9e4f28ca08c27c3a638fd37bc25c1cf4442 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 11 Mar 2003 10:58:35 +0000 Subject: [PATCH] add Comment layout to scrlttr2 textclass git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6443 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 8 ++++++++ lib/layouts/scrlttr2.layout | 31 +++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 340265fb85..b624672b31 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2003-03-11 Matej Cepl + + * layouts/scrlttr2.layout: add Comment layout + +2003-03-10 Michael Schmitt + + * configure.m4: fix the tgif converters + 2003-03-10 Angus Leeming * scripts/lyxpreview2bitmap.sh: use variables for the names of diff --git a/lib/layouts/scrlttr2.layout b/lib/layouts/scrlttr2.layout index eeed1af8d8..6b2f1cd579 100644 --- a/lib/layouts/scrlttr2.layout +++ b/lib/layouts/scrlttr2.layout @@ -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 -- 2.39.2