]> 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 bb1f24a01da2b02efd2af61ddf10fe69b9657c29..9fbc3b77eddafbc00375a9925eee26ed84ea6189 100644 (file)
@@ -8,8 +8,7 @@
 # a document, like title, author and such.
 
 
-Format 66
-
+Format 85
 
 Style Title
        Margin                Static
@@ -29,6 +28,9 @@ Style Title
        EndFont
        HTMLTag               h1
        HTMLTitle             true
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -48,6 +50,11 @@ Style Author
        Font
          Size                Large
        EndFont
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperTagType inline
+       DocBookInInfo         always
 End
 
 
@@ -67,4 +74,7 @@ Style Date
        Font
          Size                Large
        EndFont
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
 End