]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdtitle.inc
DocBook: slightly change the Copernicus template to be valid DocBook.
[features.git] / lib / layouts / stdtitle.inc
index cde547fba42118ae531e1bfe42feb97f21ebc277..fe9592d03d816deca6242072a0d63ab299db510b 100644 (file)
@@ -8,8 +8,7 @@
 # a document, like title, author and such.
 
 
-Format 60
-
+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 block
+       DocBookInInfo         always
 End
 
 
@@ -67,4 +74,7 @@ Style Date
        Font
          Size                Large
        EndFont
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
 End