]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/litinsets.inc
Autoconf: use included boost when system boost is not available
[lyx.git] / lib / layouts / litinsets.inc
index 5a17aaeb2dd11585f03403a68b00cadbace0923f..d6fb370ef0f51f471f2a40edeaba79e2c272324b 100644 (file)
@@ -6,9 +6,10 @@
 # Note that this file is included in sweave.module,
 # knitr.module and noweb.module.
 
-Format 66
+Format 89
 
 Counter chunk
+       GuiName "Knitr Chunk"
     PrettyFormat "Chunk ##"
 End
 
@@ -41,14 +42,18 @@ InsetLayout "Flex:Chunk"
     AddToToc              literate
     IsTocCaption          0
     Argument 1
-            Mandatory     1
-            LabelString   "Options"
-            Tooltip       "Options"
-            LeftDelim     <<
-            RightDelim    >>=<br/>
-                       IsTocCaption  1
-                       AutoInsert    1
+      Mandatory           1
+      LabelString         "Options"
+      Tooltip             "Options"
+      LeftDelim           <<
+      RightDelim          >>=<br/>
+      IsTocCaption        1
+      AutoInsert          1
     EndArgument
     ResetsFont            false
     ForceOwnlines         true
+    NeedCProtect          true
+    EditExternal          true
+       DocBookTag            programlisting
+       DocBookAttr           role='literate-programming'
 End