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