]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdtitle.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / db_stdtitle.inc
index 422bc3f0e1d663bcb54739e9a712f21e7730766e..7e18d0b018a607b220b51e6b0aa2c39ff040cea3 100644 (file)
@@ -1,72 +1,35 @@
 # Textclass definition file for docbook.
-# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
-
-# This file is the counterpart of stdstile.inc
-# It is desireable, as far as possible, to have the same look and feeling for
+# 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 98
 Input stdtitle.inc
 
-# Title style definition
-Style Title
-       LatexType             Command
-       LatexName             articleinfo
-       LatexParam            "2|"
-End
 
-# Author style definition
-Style Author
-       LatexType             Environment
-       LatexName             author
-       KeepEmpty             1
-End
-
-# Authorgroup
 Style Authorgroup
        CopyStyle             Author
        LatexType             Environment
        LatexName             authorgroup
-       LatexParam            author
-End
-
-# first name style definition
-Style FirstName
-       Margin                Static
-       LatexType             Paragraph
-       LatexName             firstname
-       ParIndent             MM
-       ParSkip               0.4
-       Align                 Center
-       AlignPossible         Center
-       LabelType             No_Label
-End
-
-# surname style definition
-Style Surname
-       Margin                Static
-       LatexType             Paragraph
-       LatexName             surname
-       ParIndent             MM
-       ParSkip               0.4
-       Align                 Center
-       AlignPossible         Center
-       LabelType             No_Label
+       # TODO: missing a DocBookInnerTag to be valid (authorgroup > author > personname). 
+       DocBookTag            author
+       DocBookTagType        paragraph
+       DocBookInnerTag       personname
+       DocBookInnerTagType   inline
+       DocBookWrapperTag     authorgroup
+       DocBookWrapperTagType paragraph
 End
 
-# Date style definition
-Style Date
-       LatexType             Paragraph
-       LatexName             date
-       Align                 Left
-       AlignPossible         Left,Center
-End
 
-# Revision History style definition
 Style RevisionHistory
        Margin                Static
        LatexType             Command
        LatexName             revhistory
-       LatexParam            "3|!-- --"
+       CommandDepth          3
+       InnerTag              "!-- --"
        LeftMargin            MMM
        RightMargin           MMM
        ParIndent             MM
@@ -74,31 +37,32 @@ 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
 
-# Revision style definition
+
 Style Revision
        Margin                Dynamic
        LatexType             Command
        LatexName             revision
-       LatexParam            "4|revnumber"
+       CommandDepth          4
+       InnerTag              revnumber
        LabelSep              xxx
        ParSkip               0.4
        TopSep                0.9
        BottomSep             0.5
        ParSep                0.5
        Align                 Block
-       AlignPossible         Block
+       DocBookTag            revision
+       DocBookTagType        paragraph
 End
 
-# RevisionRemark style definition
+
 Style RevisionRemark
        Margin                Static
        LatexType             Paragraph
@@ -111,7 +75,16 @@ Style RevisionRemark
        BottomSep             0.0
        ParSep                1
        Align                 Block
-       AlignPossible         Block
        LabelType             No_Label
+       DocBookTag            revremark
+       DocBookTagType        paragraph
+End
+
+
+Style FirstName
+       ObsoletedBy   Standard
+End
+
+Style Surname
+       ObsoletedBy   Standard
 End