]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/sweave.module
forbid spellchecking in code layouts
[lyx.git] / lib / layouts / sweave.module
index 9128640f15486565310292e2ec2bb2234ac3a240..a09fd2a20ac22c52e93a318a74f49bda01cfb783 100644 (file)
@@ -1,6 +1,7 @@
 #\DeclareLyXModule[sweave->latex]{Sweave}
 #DescriptionBegin
 #Allows to use the statistical language S/R as a literate programming tool via Sweave package.
+#See sweave.lyx in examples.
 #DescriptionEnd
 #Category: literate
 
@@ -35,6 +36,7 @@ Style Chunk
        FreeSpacing           1
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        ## What is LabelType used for?
        LabelType             Static
        TextFont
@@ -64,6 +66,7 @@ InsetLayout "Sweave Options"
        MultiPar              false
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End
@@ -85,6 +88,7 @@ InsetLayout "S/R expression"
        MultiPar              false
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End
@@ -106,6 +110,7 @@ InsetLayout "Sweave Input File"
        MultiPar              false
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End