]> git.lyx.org Git - features.git/commitdiff
Star sections just look like, don't act as real section... (docbook)
authorJosé Matox <jamatos@lyx.org>
Sun, 24 Oct 2004 20:41:27 +0000 (20:41 +0000)
committerJosé Matox <jamatos@lyx.org>
Sun, 24 Oct 2004 20:41:27 +0000 (20:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9117 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/db_stdstarsections.inc

index 9ee1dd29d7acb1e799d8d344f1805d15158cd601..531f1e998e890e6bc0ac45a6e617755ea9562565 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-24  José Matos  <jamatos@lyx.org>
+
+       * 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  <jamatos@lyx.org>
 
        * layouts/db_stdstarsections.inc: add mixing quotes around !-- --
index bc084d0816fb2a49d962b980f5e0269870aab7f9..2265db967730429fb2d3b20ae98346ac1f7497c8 100644 (file)
@@ -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