X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fsweave.module;h=912642040d0d76cc581591f98dd2f36fe3253b94;hb=4beba4e8f87ca218473448caf10563b99faf7b21;hp=94c1c29dd3ee39a2c909bbf58917e3e852133ba9;hpb=bd77f3b8e2e73fdd34a890203a30a9b099b524d7;p=lyx.git diff --git a/lib/layouts/sweave.module b/lib/layouts/sweave.module index 94c1c29dd3..912642040d 100644 --- a/lib/layouts/sweave.module +++ b/lib/layouts/sweave.module @@ -1,17 +1,12 @@ -#\DeclareLyXModule[sweave->latex]{Sweave} +#\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 - -# 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 34 +Format 45 OutputType literate OutputFormat sweave @@ -19,10 +14,9 @@ ClassOptions Other "noae" End -Preamble +AddToPreamble <>= - if(exists("ls.dir")) setwd(ls.dir) - if(exists("ls.enc")) options(encoding=ls.enc) + if(exists(".orig.enc")) options(encoding = .orig.enc) @ EndPreamble @@ -33,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 @@ -50,7 +46,7 @@ Style Scrap ObsoletedBy Chunk End -InsetLayout "Sweave Options" +InsetLayout "Flex:Sweave Options" LabelString "Sweave opts" LatexType Command LaTexName SweaveOpts @@ -72,7 +68,7 @@ InsetLayout "Sweave Options" ForceLTR true End -InsetLayout "S/R expression" +InsetLayout "Flex:S/R expression" LabelString "S/R expr" LatexType Command LaTexName Sexpr @@ -94,7 +90,7 @@ InsetLayout "S/R expression" ForceLTR true End -InsetLayout "Sweave Input File" +InsetLayout "Flex:Sweave Input File" LabelString "Sweave Input File" LatexType Command LaTexName SweaveInput