[plt-scheme] combining 'center and 'tall layouts in Slideshow

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Jan 5 16:00:04 EST 2008

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



Posted on the users mailing list.