]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdinsets.inc
chkconfig.ltx: uncoment check for cbgreek
[lyx.git] / lib / layouts / stdinsets.inc
index 8a248dfeac815e39c5d3d943f671c1e0ab697383..356e49d8e7a2e71a2aea12bd460579709cb6dcf7 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Detailed format description is available in the customization manual
 
-Format 45
+Format 49
 
 Provides stdinsets 1
 
@@ -201,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;
@@ -433,7 +433,6 @@ InsetLayout "Flex:URL"
        PassThru              true
        FreeSpacing           true
        ForceLTR              true
-       ResetsFont            false
        Font
          Family              Typewriter
          Color               urltext
@@ -569,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