]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
Fix bug #11410.
[lyx.git] / lib / layouts / stdtitle.inc
index 60aca98a68a9e36d84ecb9b635ad7d4127dc7c39..bf1eee84b967609d57fd222d49222ff7e9f36872 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like title, author and such.
 
 
-Format 19
+Format 97
 
 Style Title
        Margin                Static
@@ -27,6 +27,10 @@ Style Title
          Size                Largest
        EndFont
        HTMLTag               h1
+       HTMLTitle             true
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -46,6 +50,12 @@ Style Author
        Font
          Size                Large
        EndFont
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperTagType block
+       DocBookInInfo         always
+       DocBookNoFontInside   true
 End
 
 
@@ -65,4 +75,8 @@ Style Date
        Font
          Size                Large
        EndFont
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
+    DocBookNoFontInside   true
 End