Re: [R] Adding vertical space before and after Sweave chunk

2011-07-14 Thread Mark Heckmann
Thanks Duncan, the problem now is that, the space between R code and R output is also increased. I would like to avoid this, i.e. vertical space R code NO SPACE R results vertical space TIA, Mark Am 14.07.2011 um 02:13 schrieb Duncan Murdoch: On 13/07/2011 7:14 PM, Mark Heckmann wrote: I

Re: [R] Adding vertical space before and after Sweave chunk

2011-07-14 Thread Duncan Murdoch
On 11-07-14 3:23 AM, Mark Heckmann wrote: Thanks Duncan, the problem now is that, the space between R code and R output is also increased. I would like to avoid this, i.e. vertical space R code NO SPACE R results vertical space Don't modify \topsep then, just put the spacing directly into the

[R] Adding vertical space before and after Sweave chunk

2011-07-13 Thread Mark Heckmann
I would like to have a bigger default space in front of and behind every Sweave chunk. I have seen that space between input and output is removed as follows: \fvset{listparameters={\setlength{\topsep}{0pt}}} \renewenvironment{Schunk}{\vspace{\topsep}}{\vspace{\topsep}} Still, I can't figure

Re: [R] Adding vertical space before and after Sweave chunk

2011-07-13 Thread Duncan Murdoch
On 13/07/2011 7:14 PM, Mark Heckmann wrote: I would like to have a bigger default space in front of and behind every Sweave chunk. I have seen that space between input and output is removed as follows: \fvset{listparameters={\setlength{\topsep}{0pt}}}