]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
Correct version number
[lyx.git] / lib / layouts / stdtitle.inc
index 6b7b65f288c941567b0530e55d46c0d229d85bba..ad989a67671e15da5b684a6620ce24718d71340b 100644 (file)
@@ -8,7 +8,8 @@
 # a document, like title, author and such.
 
 
-Format 11
+Format 82
+
 Style Title
        Margin                Static
        LatexType             Command
@@ -26,7 +27,9 @@ Style Title
          Size                Largest
        EndFont
        HTMLTag               h1
-       HTMLAttr              class='title'
+       HTMLTitle             true
+       DocBookTag            title
+       DocBookInInfo         maybe
 End
 
 
@@ -46,8 +49,9 @@ Style Author
        Font
          Size                Large
        EndFont
-       HTMLTag               h2
-       HTMLAttr              class='author'
+       DocBookTag            personname
+       DocBookWrapperTag     author
+       DocBookInInfo         always
 End
 
 
@@ -67,6 +71,6 @@ Style Date
        Font
          Size                Large
        EndFont
-       HTMLTag               h2
-       HTMLAttr              class='date'
+       DocBookTag            date
+       DocBookInInfo         always
 End