]> 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 44f66fbf7bd6c2ae9e03b3711044c49db01b638d..d6fb370ef0f51f471f2a40edeaba79e2c272324b 100644 (file)
@@ -6,9 +6,10 @@
 # Note that this file is included in sweave.module,
 # knitr.module and noweb.module.
 
-Format 71
+Format 89
 
 Counter chunk
+       GuiName "Knitr Chunk"
     PrettyFormat "Chunk ##"
 End
 
@@ -53,4 +54,6 @@ InsetLayout "Flex:Chunk"
     ForceOwnlines         true
     NeedCProtect          true
     EditExternal          true
+       DocBookTag            programlisting
+       DocBookAttr           role='literate-programming'
 End