From f0c7ef825b362f39758958c439b548f1fc5e8656 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Sun, 24 Oct 2004 20:41:27 +0000 Subject: [PATCH] Star sections just look like, don't act as real section... (docbook) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9117 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/layouts/db_stdstarsections.inc | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 9ee1dd29d7..531f1e998e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-10-24 José Matos + + * layouts/db_stdstarsections.inc: change all to type Paragraph, + they only look like sections but they don't act as such. + 2004-10-22 José Matos * layouts/db_stdstarsections.inc: add mixing quotes around !-- -- diff --git a/lib/layouts/db_stdstarsections.inc b/lib/layouts/db_stdstarsections.inc index bc084d0816..2265db9677 100644 --- a/lib/layouts/db_stdstarsections.inc +++ b/lib/layouts/db_stdstarsections.inc @@ -13,7 +13,7 @@ Style Part* CopyStyle Part Margin Static LatexName bridgehead - LatexType Environment + LatexType Paragraph InnerTag "!-- --" LabelType No_Label LatexParam renderas="part" @@ -23,7 +23,7 @@ End Style Chapter* CopyStyle Chapter Margin Static - LatexType Environment + LatexType Paragraph InnerTag "!-- --" LatexName bridgehead LabelType No_Label @@ -36,7 +36,7 @@ Style Section* CopyStyle Section Margin Static LatexName bridgehead - LatexType Environment + LatexType Paragraph InnerTag "!-- --" LabelType No_Label OptionalArgs 0 @@ -48,7 +48,7 @@ Style Subsection* CopyStyle Subsection Margin Static LatexName bridgehead - LatexType Environment + LatexType Paragraph InnerTag "!-- --" LabelType No_Label OptionalArgs 0 @@ -60,7 +60,7 @@ Style Subsubsection* CopyStyle Subsubsection Margin Static LatexName bridgehead - LatexType Environment + LatexType Paragraph InnerTag "!-- --" LabelType No_Label OptionalArgs 0 @@ -72,7 +72,7 @@ Style Paragraph* CopyStyle Paragraph Margin Static LatexName bridgehead - LatexType Environment + LatexType Paragraph InnerTag "!-- --" LabelType No_Label OptionalArgs 0 @@ -84,7 +84,7 @@ Style Subparagraph* CopyStyle Subparagraph Margin Static LatexName bridgehead - LatexType Environment + LatexType Paragraph InnerTag "!-- --" LabelType No_Label OptionalArgs 0 -- 2.39.2