]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/litinsets.inc
Allow footnotes in floating tables via tablefootnote package
[lyx.git] / lib / layouts / litinsets.inc
index 8bcee5048ea4ff200e6341f3f42a38d1d12ae2e9..df82b95c39b601b0c25c06ebfc3803a626f4ff51 100644 (file)
@@ -6,12 +6,14 @@
 # Note that this file is included in sweave.module,
 # knitr.module and noweb.module.
 
-Format 48
+Format 65
 
 Counter chunk
     PrettyFormat "Chunk ##"
 End
 
+OutlinerName literate "Literate programming"
+
 InsetLayout "Flex:Chunk"
     LabelString          "Chunk"
     LatexType            none
@@ -23,24 +25,30 @@ InsetLayout "Flex:Chunk"
       Color              latex
       Family             typewriter
     EndFont
-    #LabelFont
-      #Color              latex
-      #Size               Small
-    #EndFont
-      MultiPar            true
+#   LabelFont
+#      Color              latex
+#      Size               Small
+#   EndFont
+    MultiPar              true
     CustomPars            false
     ForcePlain            true
-      PassThru            1
-      ParbreakIsNewline   1
+    PassThru              1
+    ParbreakIsNewline     1
     KeepEmpty             true
     Spellcheck            0
     FreeSpacing           true
     ForceLTR              true
+    AddToToc              literate
+    IsTocCaption          0
     Argument 1
             Mandatory     1
             LabelString   "Options"
             Tooltip       "Options"
             LeftDelim     <<
             RightDelim    >>=<br/>
+                       IsTocCaption  1
+                       AutoInsert    1
     EndArgument
+    ResetsFont            false
+    ForceOwnlines         true
 End