[plt-scheme] combining 'center and 'tall layouts in Slideshow
At Sat, 5 Jan 2008 15:49:47 -0500, "Sam TH" wrote:
> I'm writing a Slideshow presentation, and it seems that #:layout
> 'center centers the slide horizontally as well as vertically. Is
> there a way to preserve the horizontal centering while changing the
> layout to something like 'tall?
`#:layout' only controls the vertical alignment, and picts are always
centered horizontally by default.
So `#:layout 'tall' should do what you want.
Matthew