X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fsweave.module;h=912642040d0d76cc581591f98dd2f36fe3253b94;hb=4beba4e8f87ca218473448caf10563b99faf7b21;hp=836ff73e857d5fd3b2d87513c879876a32af4e36;hpb=b9b619641bf3a5cac120abba2e1b67e43995a384;p=lyx.git diff --git a/lib/layouts/sweave.module b/lib/layouts/sweave.module index 836ff73e85..912642040d 100644 --- a/lib/layouts/sweave.module +++ b/lib/layouts/sweave.module @@ -1,15 +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. +#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 30 +Format 45 OutputType literate OutputFormat sweave @@ -17,6 +14,12 @@ ClassOptions Other "noae" End +AddToPreamble + <>= + if(exists(".orig.enc")) options(encoding = .orig.enc) + @ +EndPreamble + Style Chunk Category Sweave LatexType Paragraph @@ -24,10 +27,13 @@ Style Chunk Margin static Align Left AlignPossible Block, Left, Right, Center + TopSep 0.7 + BottomSep 0.7 NewLine 0 FreeSpacing 1 PassThru 1 ParbreakIsNewline 1 + Spellcheck 0 ## What is LabelType used for? LabelType Static TextFont @@ -40,7 +46,7 @@ Style Scrap ObsoletedBy Chunk End -InsetLayout "Sweave Options" +InsetLayout "Flex:Sweave Options" LabelString "Sweave opts" LatexType Command LaTexName SweaveOpts @@ -57,11 +63,12 @@ InsetLayout "Sweave Options" MultiPar false 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 @@ -78,11 +85,12 @@ InsetLayout "S/R expression" MultiPar false 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 @@ -99,6 +107,7 @@ InsetLayout "Sweave Input File" MultiPar false PassThru 1 ParbreakIsNewline 1 + Spellcheck 0 FreeSpacing true ForceLTR true End