X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fdb_stdtitle.inc;h=5f57be17fb1daec00b762d51ba7f2c1b8911135a;hb=082bdf47c9b92f41142498b12f0b90d1f59bc80d;hp=422bc3f0e1d663bcb54739e9a712f21e7730766e;hpb=12d02d04b2b26bdd49ca8dfcc0c53529c8a20f9d;p=lyx.git diff --git a/lib/layouts/db_stdtitle.inc b/lib/layouts/db_stdtitle.inc index 422bc3f0e1..5f57be17fb 100644 --- a/lib/layouts/db_stdtitle.inc +++ b/lib/layouts/db_stdtitle.inc @@ -1,72 +1,51 @@ # Textclass definition file for docbook. -# Author : José Abílio Oliveira Matos - -# 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 +# Modified Martin Vermeer +# +# 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 21 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 - 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 -End - -# Date style definition Style Date LatexType Paragraph LatexName date - Align Left + Align Center 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 +53,28 @@ Style RevisionHistory 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" + CommandDepth 4 + InnerTag 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 @@ -111,7 +87,14 @@ Style RevisionRemark BottomSep 0.0 ParSep 1 Align Block - AlignPossible Block LabelType No_Label - +End + + +Style FirstName + ObsoletedBy Standard +End + +Style Surname + ObsoletedBy Standard End