]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdtitle.inc
small improvements for cl2emult.layout
[lyx.git] / lib / layouts / db_stdtitle.inc
index 365da4177fea344e554091358cd460768a4faac6..4c2d9bdc162fd9e1067b70b2102485ea5caf0035 100644 (file)
@@ -10,7 +10,7 @@ Input stdtitle.inc
 # Title style definition
 Style Title
   LatexType            Command
-  LatexName            artheader
+  LatexName            articleinfo
   LatexParam           "2|"
 End
 
@@ -21,6 +21,14 @@ Style Author
   KeepEmpty            1
 End
 
+# Authorgroup
+Style Authorgroup
+  CopyStyle             Author
+  LatexType             Environment
+  LatexName             authorgroup
+  LatexParam            author
+End
+
 # first name style definition
 Style FirstName
   Margin               Static
@@ -49,4 +57,61 @@ End
 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|!-- --"
+  LeftMargin            MMM
+  RightMargin           MMM
+  ParIndent             MM
+  TopSep                0.7
+  BottomSep             0
+  ParSep                0
+  Align                 Block
+  AlignPossible         Block
+  KeepEmpty            1
+  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"
+  LabelSep              xxx
+  ParSkip               0.4
+  TopSep                0.9
+  BottomSep             0.5
+  ParSep                0.5
+  Align                 Block
+  AlignPossible         Block
+End
+
+# RevisionRemark style definition
+Style RevisionRemark
+  Margin                Static
+  LatexType             Paragraph
+  InTitle               1
+  LatexName             revremark
+  LabelSep              xxx
+  ParIndent            MM
+  ParSkip               0.0
+  TopSep                0.0
+  BottomSep             0.0
+  ParSep                1
+  Align                 Block
+  AlignPossible         Block
+  LabelType             No_Label
 End