Hi!

Another small and independent patch which corrects the behaviour
of starsection in DocBook. The other patch nested an inner <title>
element into the <bridgehead>, which is against DocBook DTD.

/Andreas

Index: lib/layouts/db_stdstarsections.inc
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/layouts/db_stdstarsections.inc,v
retrieving revision 1.5
diff -u -p -r1.5 db_stdstarsections.inc
--- lib/layouts/db_stdstarsections.inc  2004/10/15 16:22:43     1.5
+++ lib/layouts/db_stdstarsections.inc  2004/10/21 07:34:43
@@ -14,7 +14,7 @@ Style Part*
        Margin                Static
        LatexName             bridgehead
        LatexType             Environment
-       InnerTag              title
+       InnerTag              !-- --
        LabelType             No_Label
        LatexParam            renderas="part"
 End
@@ -24,7 +24,7 @@ Style Chapter*
        CopyStyle             Chapter
        Margin                Static
        LatexType             Environment
-       InnerTag              title
+       InnerTag              !-- --
        LatexName             bridgehead
        LabelType             No_Label
        OptionalArgs          0
@@ -37,7 +37,7 @@ Style Section*
        Margin                Static
        LatexName             bridgehead
        LatexType             Environment
-       InnerTag              title
+       InnerTag              !-- --
        LabelType             No_Label
        OptionalArgs          0
        LatexParam            renderas="sect1"
@@ -49,7 +49,7 @@ Style Subsection*
        Margin                Static
        LatexName             bridgehead
        LatexType             Environment
-       InnerTag              title
+       InnerTag              !-- --
        LabelType             No_Label
        OptionalArgs          0
        LatexParam            renderas="sect2"
@@ -61,7 +61,7 @@ Style Subsubsection*
        Margin                Static
        LatexName             bridgehead
        LatexType             Environment
-       InnerTag              title
+       InnerTag              !-- --
        LabelType             No_Label
        OptionalArgs          0
        LatexParam            renderas="sect3"
@@ -73,7 +73,7 @@ Style Paragraph*
        Margin                Static
        LatexName             bridgehead
        LatexType             Environment
-       InnerTag              title
+       InnerTag              !-- --
        LabelType             No_Label
        OptionalArgs          0
        LatexParam            renderas="sect4"
@@ -85,7 +85,7 @@ Style Subparagraph*
        Margin                Static
        LatexName             bridgehead
        LatexType             Environment
-       InnerTag              title
+       InnerTag              !-- --
        LabelType             No_Label
        OptionalArgs          0
        LatexParam            renderas="sect5"



Reply via email to