]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/litinsets.inc
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[lyx.git] / lib / layouts / litinsets.inc
index 8784a517344c3f382095ac4c36305b8fdad86a2c..6c42da7b3bcf97f76586d7977bdbf011914dbae6 100644 (file)
@@ -6,9 +6,10 @@
 # Note that this file is included in sweave.module,
 # knitr.module and noweb.module.
 
-Format 76
+Format 99
 
 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