]> 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 5aad59e1eb7d16b66abf11c92135fa9a74211316..31f175e1968ff992007b12a360717ff7e3807b86 100644 (file)
@@ -8,8 +8,7 @@
 # a document, like title, author and such.
 
 
-Format 62
-
+Format 93
 
 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,12 @@ Style Author
        Font
          Size                Large
        EndFont
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperTagType block
+       DocBookInInfo         always
+       DocBookNoFontInside   true
 End
 
 
@@ -67,4 +75,8 @@ Style Date
        Font
          Size                Large
        EndFont
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
+    DocBookNoFontInside   true
 End