From 9f2c2656401f000cfe45faf995b5cdc65ccea449 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 10 Mar 2006 14:07:11 +0000 Subject: [PATCH] Map labeling to list (bug 2246) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13320 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/layouts/scrlettr.layout | 21 +++++++-------------- lib/layouts/scrlttr2.layout | 25 ++++++++++--------------- 3 files changed, 22 insertions(+), 29 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 7622e631ca..36aed92e4d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-03-10 Jürgen Spitzmüller + + * layouts/scrlettr.layout: + * layouts/scrlttr2.layout: Map labeling to list (bug 2246). + 2006-02-24 Enrico Forestieri * scripts/legacy_lyxpreview2ppm.py (extract_metrics_info): diff --git a/lib/layouts/scrlettr.layout b/lib/layouts/scrlettr.layout index 715735df2c..146bd118c3 100644 --- a/lib/layouts/scrlettr.layout +++ b/lib/layouts/scrlettr.layout @@ -13,8 +13,6 @@ End Input stdlists.inc Input stdcounters.inc -NoStyle List - Style Description LabelFont @@ -24,21 +22,16 @@ End Style Labeling - Margin Manual - LatexType List_Environment + CopyStyle List LatexName labeling - NextNoindent 1 - LabelSep xxx - ParSkip 0.4 - TopSep 0.7 - BottomSep 0.7 - ParSep 0.5 - Align Block - AlignPossible Block, Left - LabelType Manual - LabelString "00.00.0000" + # overwrite the preamble code definition + Preamble + EndPreamble End +Style List + Obsoletedby Labeling +End Input stdlayouts.inc diff --git a/lib/layouts/scrlttr2.layout b/lib/layouts/scrlttr2.layout index e6afe765d2..87b13bae06 100644 --- a/lib/layouts/scrlttr2.layout +++ b/lib/layouts/scrlttr2.layout @@ -23,22 +23,17 @@ End Style Labeling - Margin Manual - LatexType List_Environment + CopyStyle List LatexName labeling - NextNoindent 1 - LabelSep xxx - ParSkip 0.4 - TopSep 0.7 - BottomSep 0.7 - ParSep 0.5 - Align Block - AlignPossible Block, Left - LabelType Manual - LabelString "00.00.0000" -End - -NoStyle List + # overwrite the preamble code definition + Preamble + EndPreamble +End + +Style List + Obsoletedby Labeling +End + NoStyle Caption -- 2.39.5