X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fsweave.module;h=912642040d0d76cc581591f98dd2f36fe3253b94;hb=4beba4e8f87ca218473448caf10563b99faf7b21;hp=ca36f1f1a3e67ea81cc57dffe13b482ef35f38fe;hpb=c6ae2eac9c34b3034842bbd8ea2897017f7a8b20;p=lyx.git diff --git a/lib/layouts/sweave.module b/lib/layouts/sweave.module index ca36f1f1a3..912642040d 100644 --- a/lib/layouts/sweave.module +++ b/lib/layouts/sweave.module @@ -1,32 +1,39 @@ -#\DeclareLyXModule[sweave->latex]{Sweave - S/R literate programming} +#\DeclareLyXModule[sweave->latex,fancyvrb.sty]{Sweave} #DescriptionBegin -#Allows to use the statistical language S/R as a literate programming tool - Sweave. +#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 45 +OutputType literate +OutputFormat sweave -# To add : -# - \setkeys{Gin}{width=0.8\textwidth} How to add such a "beast"? This is used to define -# the size of produced plots. +ClassOptions + Other "noae" +End -Format 15 -OutputType literate -OutputFormat sweave +AddToPreamble + <>= + if(exists(".orig.enc")) options(encoding = .orig.enc) + @ +EndPreamble 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 + TopSep 0.7 + BottomSep 0.7 NewLine 0 FreeSpacing 1 PassThru 1 + ParbreakIsNewline 1 + Spellcheck 0 ## What is LabelType used for? LabelType Static TextFont @@ -39,7 +46,7 @@ Style Scrap ObsoletedBy Chunk End -InsetLayout "Sweave Options" +InsetLayout "Flex:Sweave Options" LabelString "Sweave opts" LatexType Command LaTexName SweaveOpts @@ -54,12 +61,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 @@ -74,12 +83,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 @@ -94,7 +105,9 @@ InsetLayout "Sweave Input File" Size Small EndFont MultiPar false - PassThru true + PassThru 1 + ParbreakIsNewline 1 + Spellcheck 0 FreeSpacing true ForceLTR true End