]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdtitle.inc
DocBook: implement other letter classes (frletter, standard letter, KOMA-Script).
[features.git] / lib / layouts / stdtitle.inc
index f65492681653cce2a34d996c81a239d1802712cf..9fbc3b77eddafbc00375a9925eee26ed84ea6189 100644 (file)
@@ -8,10 +8,12 @@
 # a document, like title, author and such.
 
 
-Format 5
+Format 85
+
 Style Title
        Margin                Static
        LatexType             Command
+       Category              FrontMatter
        InTitle               1
        LatexName             title
        ParSkip               0.4
@@ -24,12 +26,18 @@ Style Title
        Font
          Size                Largest
        EndFont
+       HTMLTag               h1
+       HTMLTitle             true
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
 Style Author
        Margin                Static
        LatexType             Command
+       Category              FrontMatter
        InTitle               1
        LatexName             author
        LabelSep              xxx
@@ -42,12 +50,18 @@ Style Author
        Font
          Size                Large
        EndFont
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperTagType inline
+       DocBookInInfo         always
 End
 
 
 Style Date
        Margin                Dynamic
        LatexType             Command
+       Category              FrontMatter
        InTitle               1
        LatexName             date
        LabelSep              xxx
@@ -60,4 +74,7 @@ Style Date
        Font
          Size                Large
        EndFont
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
 End