]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/sweave.module
lyx2lyx: Update the emergency value
[lyx.git] / lib / layouts / sweave.module
index fe323129a5b1c9ea6c704f718c482ea2a659cb36..ace12bf5b84caaf6aa7b328b3267efbffb8a2092 100644 (file)
@@ -1,46 +1,33 @@
-#\DeclareLyXModule[sweave->latex]{Sweave}
+#\DeclareLyXModule[sweave->latex,fancyvrb.sty]{Sweave}
 #DescriptionBegin
-#Allows to use the statistical language S/R as a literate programming tool.
+#Allows to use the statistical language S/R as a literate programming tool via the Sweave() function.
+#For more info see the LyX example file sweave.lyx.
 #DescriptionEnd
 #Category: literate
+#Excludes: lilypond
 
-# Within the chunk, lines are separated by newlines (Ctrl-Return)!
+Format 49
 
-# To add :
-# - \setkeys{Gin}{width=0.8\textwidth} How to add such a "beast"? This is used to define
-#   the size of produced plots.
+Input litinsets.inc
 
-Format 22
-OutputType              literate
+Counter chunk
+    InitialValue 2
+End
+
+OutputType             literate
 OutputFormat           sweave
 
-Style Chunk
-       Category              Sweave
-       LatexType             Paragraph
-       LatexName             dummy
-       Margin                static
-       ParSep                0.4
-       TopSep                0.4
-       BottomSep             0.4
-       ItemSep               0.4
-       Align                 Left
-       AlignPossible         Block, Left, Right, Center
-       NewLine               0
-       FreeSpacing           1
-       PassThru              1
-       ## What is LabelType used for?
-       LabelType             Static
-       TextFont
-         Color               latex
-         Family              Typewriter
-       EndFont
+ClassOptions
+       Other          "noae"
 End
 
-Style Scrap
-       ObsoletedBy           Chunk
-End
+AddToPreamble
+       <<echo=F>>=
+         if(exists(".orig.enc")) options(encoding = .orig.enc)
+       @
+EndPreamble
 
-InsetLayout "Sweave Options"
+InsetLayout "Flex:Sweave Options"
        LabelString           "Sweave opts"
        LatexType             Command
        LaTexName             SweaveOpts
@@ -55,12 +42,14 @@ InsetLayout "Sweave Options"
          Size                Small
        EndFont
        MultiPar              false
-       PassThru              true
+       PassThru              1
+       ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End
 
-InsetLayout "S/R expression"
+InsetLayout "Flex:S/R expression"
        LabelString           "S/R expr"
        LatexType             Command
        LaTexName             Sexpr
@@ -75,12 +64,14 @@ InsetLayout "S/R expression"
          Size                Small
        EndFont
        MultiPar              false
-       PassThru              true
+       PassThru              1
+       ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End
 
-InsetLayout "Sweave Input File"
+InsetLayout "Flex:Sweave Input File"
        LabelString           "Sweave Input File"
        LatexType             Command
        LaTexName             SweaveInput
@@ -95,7 +86,9 @@ InsetLayout "Sweave Input File"
          Size                Small
        EndFont
        MultiPar              false
-       PassThru              true
+       PassThru              1
+       ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End