]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdtitle.inc
DocBook: implement other letter classes (frletter, standard letter, KOMA-Script).
[features.git] / lib / layouts / stdtitle.inc
index cac11e21cede1b56d09ce15e51b67a30d3ada0c6..9fbc3b77eddafbc00375a9925eee26ed84ea6189 100644 (file)
@@ -8,7 +8,8 @@
 # a document, like title, author and such.
 
 
-Format 10
+Format 85
+
 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,11 @@ Style Author
        Font
          Size                Large
        EndFont
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperTagType inline
+       DocBookInInfo         always
 End
 
 
@@ -63,4 +74,7 @@ Style Date
        Font
          Size                Large
        EndFont
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
 End