]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/sweave.module
Backport to generate_contributions.py
[lyx.git] / lib / layouts / sweave.module
index e1b25e554cd668efd6f26255d6d31c45709ae775..94c1c29dd3ee39a2c909bbf58917e3e852133ba9 100644 (file)
@@ -1,15 +1,17 @@
 #\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
+#Excludes: lilypond
 
 
 # To add :
 # - \setkeys{Gin}{width=0.8\textwidth} How to add such a "beast"? This is used to define
 #   the size of produced plots.
 
-Format 30
+Format 34
 OutputType             literate
 OutputFormat           sweave
 
@@ -35,6 +37,7 @@ Style Chunk
        FreeSpacing           1
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        ## What is LabelType used for?
        LabelType             Static
        TextFont
@@ -64,6 +67,7 @@ InsetLayout "Sweave Options"
        MultiPar              false
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End
@@ -85,6 +89,7 @@ InsetLayout "S/R expression"
        MultiPar              false
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End
@@ -106,6 +111,7 @@ InsetLayout "Sweave Input File"
        MultiPar              false
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End