]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdtitle.inc
Introduce HTMLClass tag, to make it easier to give these.
[lyx.git] / lib / layouts / db_stdtitle.inc
index f170e38b5ba9e05136573a0801880d2b7ec5c8a0..c8fbb2e9d2c84359f73e5005729f4f819423412a 100644 (file)
@@ -1,42 +1,26 @@
 # Textclass definition file for docbook.
-# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
+# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
 # Modified Martin Vermeer <martin.vermeer@hut.fi>
 #
 # This file is the counterpart of stdstyle.inc
 # It is desirable, as far as possible, to have the same look and feel for
 # related layouts in latex and docbook.
 
-Format 4
+Format 96
 Input stdtitle.inc
 
 
-Style Title
-       LatexType             Command
-       LatexName             articleinfo
-       CommandDepth          2
-       InnerTag              title
-End
-
-
-Style Author
-       LatexType             Environment
-       LatexName             author
-End
-
-
 Style Authorgroup
        CopyStyle             Author
        LatexType             Environment
        LatexName             authorgroup
-       InnerTag              author
-End
-
-
-Style Date
-       LatexType             Paragraph
-       LatexName             date
-       Align                 Center
-       AlignPossible         Left,Center
+       # TODO: missing a DocBookInnerTag to be valid (authorgroup > author > personname). 
+       DocBookTag            author
+       DocBookTagType        paragraph
+       DocBookInnerTag       personname
+       DocBookInnerTagType   inline
+       DocBookWrapperTag     authorgroup
+       DocBookWrapperTagType paragraph
 End
 
 
@@ -53,11 +37,12 @@ Style RevisionHistory
        BottomSep             0
        ParSep                0
        Align                 Block
-       AlignPossible         Block
        KeepEmpty             1
-       LabelType             Centered_Top_Environment
+       LabelType             Centered
        LabelString           "Revision History"
        LabelBottomSep        0.5
+       DocBookTag            revhistory
+       DocBookTagType        paragraph
 End
 
 
@@ -73,7 +58,8 @@ Style Revision
        BottomSep             0.5
        ParSep                0.5
        Align                 Block
-       AlignPossible         Block
+       DocBookTag            revision
+       DocBookTagType        paragraph
 End
 
 
@@ -89,13 +75,14 @@ Style RevisionRemark
        BottomSep             0.0
        ParSep                1
        Align                 Block
-       AlignPossible         Block
        LabelType             No_Label
+       DocBookTag            revremark
+       DocBookTagType        paragraph
 End
 
 
 Style FirstName
-        ObsoletedBy   Standard
+       ObsoletedBy   Standard
 End
 
 Style Surname