]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdinsets.inc
Extend unicodesymbols force flag
[lyx.git] / lib / layouts / stdinsets.inc
index f6db1bf70b5fefca067593988219a2a1340f8188..bae666ed33259ce7f6d445705157a8567eaceb66 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Detailed format description is available in the customization manual
 
-Format 40
+Format 44
 
 Provides stdinsets 1
 
@@ -230,6 +230,7 @@ InsetLayout Listings
        FreeSpacing           true
        ForceLTR              true
        RefPrefix             lst
+       HTMLTag               pre
 End
 
 InsetLayout Branch
@@ -387,6 +388,7 @@ InsetLayout "Flex:URL"
        PassThru              true
        FreeSpacing           true
        ForceLTR              true
+       ResetsFont            false
        Font
          Family              Typewriter
          Color               urltext
@@ -400,12 +402,13 @@ InsetLayout "Flex:URL"
 End
 
 InsetLayout Argument
-       LabelString           opt
+       LabelString           Argument
        LabelFont
          Color               collapsable
          Size                Small
        EndFont
        MultiPar              false
+       ForceLocalFontSwitch  1
 End
 
 InsetLayout Info
@@ -468,10 +471,12 @@ InsetLayout Info:shortcuts
        EndHTMLStyle
 End
 
-InsetLayout Caption
+InsetLayout Caption:Standard
+       LabelString          standard
+       LaTeXType            command
+       LatexName            caption
        Argument 1
-               LabelString   "Short Title"
-               Shortcut      S
+               LabelString   "Short Title|S"
                Tooltip       "The caption as it appears in the list of figures/tables"
        EndArgument
        HTMLStyle
@@ -482,6 +487,7 @@ InsetLayout Caption
                        margin: 1ex;
                }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-standard'"
 End