]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/litinsets.inc
Fix typos in comments
[lyx.git] / lib / layouts / litinsets.inc
index 446c93e60c649b72056fe4c3c91c790222de11fc..6849256328708efe5fb0de0349d11014af363399 100644 (file)
@@ -6,9 +6,10 @@
 # Note that this file is included in sweave.module,
 # knitr.module and noweb.module.
 
-Format 72
+Format 98
 
 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