]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdsections.inc
DocBook: implement modern CV.
[lyx.git] / lib / layouts / stdsections.inc
index 8e9a6c12cc89acfeb0522f0ccbb0014cfa781f84..4516d079da9e76ae3798829dad776432d4508afa 100644 (file)
@@ -7,7 +7,7 @@
 # commands that are useful for article-like document classes, but not
 # for letters.
 
-Format 74
+Format 85
 
 Style Part
        Category              Sectioning
@@ -39,6 +39,11 @@ Style Part
          Size                Huge
        EndFont
        HTMLTag               h1
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
+       DocBookSectionTag     part
+       DocBookForceAbstractTag partintro
 End
 
 
@@ -71,6 +76,10 @@ Style Chapter
          Size                Huge
        EndFont
        HTMLTag               h1
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
+       DocBookSectionTag     chapter
 End
 
 
@@ -102,6 +111,10 @@ Style Section
          Size                Larger
        EndFont
        HTMLTag               h2
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
+       DocBookSectionTag     section
 End