]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdtitle.inc
DocBook: mark dates to disallow fonts inside.
[features.git] / lib / layouts / stdtitle.inc
index d3593bea98ded23756b7f41eb00f17f60c4231f9..31f175e1968ff992007b12a360717ff7e3807b86 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like title, author and such.
 
 
-Format 16
+Format 93
 
 Style Title
        Margin                Static
@@ -27,7 +27,10 @@ Style Title
          Size                Largest
        EndFont
        HTMLTag               h1
-       HTMLAttr              class='title'
+       HTMLTitle             true
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -47,8 +50,12 @@ Style Author
        Font
          Size                Large
        EndFont
-       HTMLTag               h2
-       HTMLAttr              class='author'
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperTagType block
+       DocBookInInfo         always
+       DocBookNoFontInside   true
 End
 
 
@@ -68,6 +75,8 @@ Style Date
        Font
          Size                Large
        EndFont
-       HTMLTag               h2
-       HTMLAttr              class='date'
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
+    DocBookNoFontInside   true
 End