]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
KOMA-script layout files: don't check for KOMA-script's internal dependencies, scrbas...
[lyx.git] / lib / layouts / stdtitle.inc
index 2f7b48a58cc9003bef181c2e69bc022951dddf22..a5d445c80c2cf2e7637c1015905d31d0a659bafa 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like title, author and such.
 
 
-Format 19
+Format 27
 
 # CSS for the TOC
 AddToHTMLPreamble
@@ -34,6 +34,12 @@ AddToHTMLPreamble
        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
 
@@ -55,6 +61,7 @@ Style Title
          Size                Largest
        EndFont
        HTMLTag               h1
+       HTMLTitle             true
 End