]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/knitr.module
Fix bug #11410.
[lyx.git] / lib / layouts / knitr.module
index 296c50243462804b2a38c352876b8cc3371c64db..91d76460b60615a61663f74dd9f0dee157a2af9b 100644 (file)
@@ -1,16 +1,17 @@
 #\DeclareLyXModule[knitr->latex]{Rnw (knitr)}
+#\DeclareCategory{Literate Programming}
 #DescriptionBegin
 #Uses the knitr package in R for dynamic report generation. This R package has to be installed for this module to work: install.packages('knitr'). Note it depends on R >= 2.14.1.
 #For more info see http://yihui.name/knitr
 #DescriptionEnd
-#Category: literate
 #Excludes: lilypond | sweave
 
-Format 68
+Format 97
 
 Input litinsets.inc
 
 Counter chunk
+       GuiName "Knitr Chunk"
     InitialValue 2
 End