]> 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 cac11e21cede1b56d09ce15e51b67a30d3ada0c6..31f175e1968ff992007b12a360717ff7e3807b86 100644 (file)
@@ -8,7 +8,8 @@
 # a document, like title, author and such.
 
 
-Format 10
+Format 93
+
 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