]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdinsets.inc
chkconfig.ltx: uncoment check for cbgreek
[lyx.git] / lib / layouts / stdinsets.inc
index c247f13b77c55681fc48b3977b34a24f852b290f..356e49d8e7a2e71a2aea12bd460579709cb6dcf7 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Detailed format description is available in the customization manual
 
-Format 45
+Format 49
 
 Provides stdinsets 1
 
@@ -181,6 +181,7 @@ InsetLayout IPADeco
 End
 
 InsetLayout TOC
+  HTMLTag h2
   HTMLStyle
     div.toc {
       margin: 2em 0em;
@@ -188,7 +189,7 @@ InsetLayout TOC
       border-width: 2px 0px;
       padding: 1em 0em;
     }
-    div.tochead { font-size: x-large; font-weight: bold; }
+    h2.tochead { font-size: x-large; font-weight: bold; }
     div.lyxtoc-0 {
       margin: 2em 0em 0em 0em;
       font-size: xx-large;
@@ -200,14 +201,14 @@ InsetLayout TOC
       font-weight: bold;
     }
     div.lyxtoc-2 {
-      margin: 0em 0em 0em 1em;
+      margin: 0em 0.1em 0em 1em;
       font-size: large;
       font-weight: normal;
     }
-    div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }
-    div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }
-    div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }
-    div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }
+    div.lyxtoc-3 { margin: 0em 0.1em 0em 0.5em; font-size: medium; }
+    div.lyxtoc-4 { margin: 0em 0.1em 0em 0.5em; }
+    div.lyxtoc-5 { margin: 0em 0.1em 0em 0.5em; }
+    div.lyxtoc-6 { margin: 0em 0.1em 0em 0.5em; }
     a.tocentry {
       text-decoration: none;
       color: black;
@@ -231,6 +232,7 @@ InsetLayout TOC:Listings
        LangPreamble
                \renewcommand{\lstlistlistingname}{_(Listings[[List of Listings]])}
        EndLangPreamble
+  HTMLTag h2
   HTMLStyle
     div.lyxtoc-flat {
       margin: 0em 0em 0em 1em;
@@ -431,7 +433,6 @@ InsetLayout "Flex:URL"
        PassThru              true
        FreeSpacing           true
        ForceLTR              true
-       ResetsFont            false
        Font
          Family              Typewriter
          Color               urltext
@@ -567,9 +568,15 @@ InsetLayout Script:superscript
        HTMLTag         sup
 End
 
+
 InsetLayout Script:subscript
        CopyStyle       Script
        Requires        subscript
        LaTeXName       textsubscript
        HTMLTag         sub
 End
+
+
+InsetLayout PrintNomencl
+  HTMLTag h2
+End