]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/sweave.module
RJournal template and layout: move ERTs to layout
[lyx.git] / lib / layouts / sweave.module
index 5318500b1d25b084ce5c6e38cc9adb58d3dfcc80..912642040d0d76cc581591f98dd2f36fe3253b94 100644 (file)
@@ -1,12 +1,12 @@
 #\DeclareLyXModule[sweave->latex,fancyvrb.sty]{Sweave}
 #DescriptionBegin
-#Allows to use the statistical language S/R as a literate programming tool via Sweave package.
-#See sweave.lyx in examples.
+#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
 
-Format 35
+Format 45
 OutputType             literate
 OutputFormat           sweave
 
@@ -16,7 +16,7 @@ End
 
 AddToPreamble
        <<echo=F>>=
-         if(exists("ls.enc")) options(encoding=ls.enc)
+         if(exists(".orig.enc")) options(encoding = .orig.enc)
        @
 EndPreamble
 
@@ -27,6 +27,8 @@ Style Chunk
        Margin                static
        Align                 Left
        AlignPossible         Block, Left, Right, Center
+       TopSep                0.7
+       BottomSep             0.7
        NewLine               0
        FreeSpacing           1
        PassThru              1