]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdinsets.inc
Intro.lyx: change a sentence to avoid misunderstandings
[lyx.git] / lib / layouts / stdinsets.inc
index c556fdd09402e7e9fd4c8c6a3f74848ad133b786..a0c0ce4debfe424d1f622bf1ef1fa203d5ca4dcf 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Detailed format description is available in the customization manual
 
-Format 45
+Format 49
 
 Provides stdinsets 1
 
@@ -180,6 +180,43 @@ InsetLayout IPADeco
        ForcePlain            true
 End
 
+InsetLayout TOC
+  HTMLTag h2
+  HTMLStyle
+    div.toc {
+      margin: 2em 0em;
+      border-style: solid;
+      border-width: 2px 0px;
+      padding: 1em 0em;
+    }
+    h2.tochead { font-size: x-large; font-weight: bold; }
+    div.lyxtoc-0 {
+      margin: 2em 0em 0em 0em;
+      font-size: xx-large;
+      font-weight: bold;
+    }
+    div.lyxtoc-1 {
+      margin: 1em 0em 0em 0em;
+      font-size: x-large;
+      font-weight: bold;
+    }
+    div.lyxtoc-2 {
+      margin: 0em 0.1em 0em 1em;
+      font-size: large;
+      font-weight: normal;
+    }
+    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;
+    }
+    a.tocentry:visited { color: black; }
+  EndHTMLStyle
+End
+
 InsetLayout TOC:Listings
        # We need the [[List of Listings]] context, since "Listings" is also
        # the name of the inset and translated differently.
@@ -195,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;
@@ -395,7 +433,6 @@ InsetLayout "Flex:URL"
        PassThru              true
        FreeSpacing           true
        ForceLTR              true
-       ResetsFont            false
        Font
          Family              Typewriter
          Color               urltext
@@ -500,11 +537,9 @@ End
 
 InsetLayout Caption:LongTableNoNumber
        CopyStyle            Caption:Standard
+       LabelString          unlabelled
        LatexName            caption*
-       Argument 1
-               LabelString   "Long Table Caption (unnumbered)"
-               Tooltip       "The caption as it appears in the list of tables"
-       EndArgument
+       ResetArgs            1
 End
 
 
@@ -531,9 +566,15 @@ InsetLayout Script:superscript
        HTMLTag         sup
 End
 
+
 InsetLayout Script:subscript
        CopyStyle       Script
        Requires        subscript
        LaTeXName       textsubscript
        HTMLTag         sub
 End
+
+
+InsetLayout PrintNomencl
+  HTMLTag h2
+End