]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
Fix bug #11410.
[lyx.git] / lib / layouts / stdtitle.inc
index 6b7b65f288c941567b0530e55d46c0d229d85bba..bf1eee84b967609d57fd222d49222ff7e9f36872 100644 (file)
@@ -8,7 +8,8 @@
 # a document, like title, author and such.
 
 
-Format 11
+Format 97
+
 Style Title
        Margin                Static
        LatexType             Command
@@ -26,7 +27,10 @@ Style Title
          Size                Largest
        EndFont
        HTMLTag               h1
-       HTMLAttr              class='title'
+       HTMLTitle             true
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -46,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
 
 
@@ -67,6 +75,8 @@ Style Date
        Font
          Size                Large
        EndFont
-       HTMLTag               h2
-       HTMLAttr              class='date'
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
+    DocBookNoFontInside   true
 End