]> 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 633e108f3e85affd24e390faeaab297a0f85b98c..97067bf6455a1c98dd6f467c1c3ba570bb446765 100644 (file)
@@ -1,8 +1,9 @@
 # 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
@@ -11,7 +12,8 @@ Input stdtitle.inc
 Style Title
        LatexType             Command
        LatexName             articleinfo
-       LatexParam            "2|"
+       CommandDepth          2
+       InnerTag              title
 End
 
 
@@ -26,7 +28,7 @@ Style Authorgroup
        CopyStyle             Author
        LatexType             Environment
        LatexName             authorgroup
-       LatexParam            author
+       InnerTag              author
 End
 
 
@@ -66,7 +68,8 @@ Style RevisionHistory
        Margin                Static
        LatexType             Command
        LatexName             revhistory
-       LatexParam            "3|!-- --"
+       CommandDepth          3
+       InnerTag              "!-- --"
        LeftMargin            MMM
        RightMargin           MMM
        ParIndent             MM
@@ -79,7 +82,6 @@ Style RevisionHistory
        LabelType             Centered_Top_Environment
        LabelString           "Revision History"
        LabelBottomSep        0.5
 End
 
 
@@ -87,7 +89,8 @@ Style Revision
        Margin                Dynamic
        LatexType             Command
        LatexName             revision
-       LatexParam            "4|revnumber"
+       CommandDepth          4
+       InnerTag              revnumber
        LabelSep              xxx
        ParSkip               0.4
        TopSep                0.9
@@ -95,7 +98,6 @@ Style Revision
        ParSep                0.5
        Align                 Block
        AlignPossible         Block
 End