]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdtitle.inc
Change name and email in some other files
[features.git] / lib / layouts / stdtitle.inc
index 3bc482ec38aff5e7579621dc4daf14d7eee863f7..d3423e951bcc82f4fffec3a4ef69409a976b20db 100644 (file)
@@ -8,41 +8,7 @@
 # a document, like title, author and such.
 
 
-Format 21
-
-# CSS for the TOC
-AddToHTMLPreamble
-<style type="text/css">
-       div.toc { 
-               margin: 2em 0em; 
-               border-style: solid; 
-               border-width: 2px 0px; 
-               padding: 1em 0em; 
-       }
-       div.tochead { font-size: x-large; font-weight: bold; }
-       div.lyxtoc-1 { 
-               margin: 1em 0em 0em 0em; 
-               font-size: x-large; 
-               font-weight: bold; 
-       }
-       div.lyxtoc-2 { 
-               margin: 0em 0em 0em 1em; 
-               font-size: large; 
-               font-weight: normal; 
-       }
-       div.lyxtoc-3 { margin: 0em 0em 0em 1em; font-size: medium; }
-       div.lyxtoc-4 { margin: 0em 0em 0em 1em; }
-       div.lyxtoc-5 { margin: 0em 0em 0em 1em; }
-       div.lyxtoc-6 { margin: 0em 0em 0em 1em; }
-       a.tocarrow { 
-               font-weight: bold; 
-               text-decoration: none; 
-               color: #909090; 
-       }
-       a.tocarrow:visited { color: #C0C0C0; }
-</style>
-EndPreamble
-
+Format 89
 
 Style Title
        Margin                Static
@@ -61,6 +27,10 @@ Style Title
          Size                Largest
        EndFont
        HTMLTag               h1
+       HTMLTitle             true
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -80,6 +50,11 @@ Style Author
        Font
          Size                Large
        EndFont
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperTagType block
+       DocBookInInfo         always
 End
 
 
@@ -99,4 +74,7 @@ Style Date
        Font
          Size                Large
        EndFont
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
 End