Hello I sympathise with you, since Beamer can quickly drive one mad.
On Fri, Apr 15, 2011 at 3:11 AM, Brett Presnell <presn...@stat.ufl.edu> wrote: > So, is this useful to anyone besides me? What trick(s) am I missing > that would make it easier/better, or that would obviate altogether the > need for such manipulations? > Not a solution that would work in all cases, have you tried reducing the font size? Default Beamer font size is quite generous and leaves some space for manoeuvring. For example, in my Beamer Sweave presentations I put this in the preamble: \AtBeginDocument{ \DefineVerbatimEnvironment{Sinput}{Verbatim} {xleftmargin=2em,fontsize= \footnotesize} \DefineVerbatimEnvironment{Soutput}{Verbatim}{xleftmargin=2em,fontsize= \footnotesize} \DefineVerbatimEnvironment{Scode}{Verbatim}{xleftmargin=2em,fontsize= \footnotesize} } Regards Liviu ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.