]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdinsets.inc
jss.layout: delete an unused tag
[lyx.git] / lib / layouts / stdinsets.inc
index 8a248dfeac815e39c5d3d943f671c1e0ab697383..422d8931a319ec260e615b40dcacd626235b4155 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Detailed format description is available in the customization manual
 
-Format 45
+Format 54
 
 Provides stdinsets 1
 
@@ -39,6 +39,8 @@ End
 
 InsetLayout Foot
        LabelString           foot
+       LatexType             Command
+       LatexName             footnote
        Counter               footnote
        Font
          Size                Small
@@ -76,6 +78,39 @@ InsetLayout Foot
        EndHTMLStyle
 End
 
+InsetLayout Foot:InTitle
+       CopyStyle             Foot
+       LatexName             thanks
+       NeedProtect           true
+       Counter               thanks
+       MultiPar              false
+       HTMLLabel             \fnsymbol{thanks}
+       HTMLInnerTag          span
+       HTMLStyle
+               span.foot_intitle_label {
+                       vertical-align: super;
+                       font-size: smaller;
+                       font-weight: bold;
+                       text-decoration: underline;
+               }
+               span.foot_intitle {
+                       display: inline;
+                       font-size: small;
+                       font-weight: medium;
+                       font-family: serif;
+                       font-variant: normal;
+                       font-style: normal;
+               }
+               span.foot_intitle_inner { display: none; }
+               span.foot_intitle:hover span.foot_intitle_inner {
+                       display: block;
+                       border: 1px double black;
+                       margin: 0em 1em;
+                       padding: 1em;
+               }
+       EndHTMLStyle
+End
+
 InsetLayout Note:Comment
        LabelString           Comment
        LatexType             environment
@@ -201,14 +236,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;
@@ -232,6 +267,7 @@ InsetLayout TOC:Listings
        LangPreamble
                \renewcommand{\lstlistlistingname}{_(Listings[[List of Listings]])}
        EndLangPreamble
+       FixedWidthPreambleEncoding true
   HTMLTag h2
   HTMLStyle
     div.lyxtoc-flat {
@@ -252,6 +288,7 @@ InsetLayout Include:Listings
        LangPreamble
                \renewcommand{\lstlistingname}{_(Listing)}
        EndLangPreamble
+       FixedWidthPreambleEncoding true
 End
 
 InsetLayout Listings
@@ -433,7 +470,6 @@ InsetLayout "Flex:URL"
        PassThru              true
        FreeSpacing           true
        ForceLTR              true
-       ResetsFont            false
        Font
          Family              Typewriter
          Color               urltext
@@ -520,9 +556,12 @@ InsetLayout Caption:Standard
        LabelString          standard
        LaTeXType            command
        LatexName            caption
+       NeedProtect          1
+       MultiPar             false
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The caption as it appears in the list of figures/tables"
+               InsertCotext  1
        EndArgument
        HTMLStyle
                div.float-caption {
@@ -538,11 +577,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
 
 
@@ -569,9 +606,15 @@ InsetLayout Script:superscript
        HTMLTag         sup
 End
 
+
 InsetLayout Script:subscript
        CopyStyle       Script
        Requires        subscript
        LaTeXName       textsubscript
        HTMLTag         sub
 End
+
+
+InsetLayout PrintNomencl
+  HTMLTag h2
+End