]> git.lyx.org Git - features.git/blobdiff - lib/layouts/litinsets.inc
Merge branch 'master' of git.lyx.org:lyx
[features.git] / lib / layouts / litinsets.inc
index 7458501e94059da9da39dfc3ba06716c06c77a91..0ecb846eb9f3ce28c3f7810ebcc4f1d06855823f 100644 (file)
@@ -6,9 +6,10 @@
 # Note that this file is included in sweave.module,
 # knitr.module and noweb.module.
 
-Format 70
+Format 95
 
 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