]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/litinsets.inc
Fix typos in comments
[lyx.git] / lib / layouts / litinsets.inc
index 05440cbfe2818710a58a72407f5de8f92f599be4..6849256328708efe5fb0de0349d11014af363399 100644 (file)
@@ -6,12 +6,15 @@
 # Note that this file is included in sweave.module,
 # knitr.module and noweb.module.
 
-Format 49
+Format 98
 
 Counter chunk
+       GuiName "Knitr Chunk"
     PrettyFormat "Chunk ##"
 End
 
+OutlinerName literate "Literate programming"
+
 InsetLayout "Flex:Chunk"
     LabelString          "Chunk"
     LatexType            none
@@ -23,25 +26,34 @@ 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/>
+      Mandatory           1
+      LabelString         "Options"
+      Tooltip             "Options"
+      LeftDelim           <<
+      RightDelim          >>=<br/>
+      IsTocCaption        1
+      AutoInsert          1
     EndArgument
-    ResetsFont false
+    ResetsFont            false
+    ForceOwnlines         true
+    NeedCProtect          true
+    EditExternal          true
+       DocBookTag            programlisting
+       DocBookAttr           role='literate-programming'
 End