]> git.lyx.org Git - features.git/blobdiff - lib/layouts/db_stdtitle.inc
Introducing a number of tags parametrizing various
[features.git] / lib / layouts / db_stdtitle.inc
index 422bc3f0e1d663bcb54739e9a712f21e7730766e..97067bf6455a1c98dd6f467c1c3ba570bb446765 100644 (file)
@@ -1,35 +1,37 @@
 # 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
+# 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.
 
 Input stdtitle.inc
 
-# Title style definition
+
 Style Title
        LatexType             Command
        LatexName             articleinfo
-       LatexParam            "2|"
+       CommandDepth          2
+       InnerTag              title
 End
 
-# Author style definition
+
 Style Author
        LatexType             Environment
        LatexName             author
        KeepEmpty             1
 End
 
-# Authorgroup
+
 Style Authorgroup
        CopyStyle             Author
        LatexType             Environment
        LatexName             authorgroup
-       LatexParam            author
+       InnerTag              author
 End
 
-# first name style definition
+
 Style FirstName
        Margin                Static
        LatexType             Paragraph
@@ -41,7 +43,7 @@ Style FirstName
        LabelType             No_Label
 End
 
-# surname style definition
+
 Style Surname
        Margin                Static
        LatexType             Paragraph
@@ -53,7 +55,7 @@ Style Surname
        LabelType             No_Label
 End
 
-# Date style definition
+
 Style Date
        LatexType             Paragraph
        LatexName             date
@@ -61,12 +63,13 @@ Style Date
        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
@@ -79,15 +82,15 @@ Style RevisionHistory
        LabelType             Centered_Top_Environment
        LabelString           "Revision History"
        LabelBottomSep        0.5
 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
@@ -95,10 +98,9 @@ Style Revision
        ParSep                0.5
        Align                 Block
        AlignPossible         Block
 End
 
-# RevisionRemark style definition
+
 Style RevisionRemark
        Margin                Static
        LatexType             Paragraph
@@ -113,5 +115,4 @@ Style RevisionRemark
        Align                 Block
        AlignPossible         Block
        LabelType             No_Label
 End