]> 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 38b29af4e9f74f0af4aa298a3fbf9b9974f2f9fc..d6fb370ef0f51f471f2a40edeaba79e2c272324b 100644 (file)
@@ -6,12 +6,15 @@
 # Note that this file is included in sweave.module,
 # knitr.module and noweb.module.
 
-Format 53
+Format 89
 
 Counter chunk
+       GuiName "Knitr Chunk"
     PrettyFormat "Chunk ##"
 End
 
+OutlinerName literate "Literate programming"
+
 InsetLayout "Flex:Chunk"
     LabelString          "Chunk"
     LatexType            none
@@ -36,13 +39,21 @@ InsetLayout "Flex:Chunk"
     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
     ForceOwnlines         true
+    NeedCProtect          true
+    EditExternal          true
+       DocBookTag            programlisting
+       DocBookAttr           role='literate-programming'
 End