<div dir="ltr">In complement, note that it's quite common to use (item "Some text") and (subitem "One precision: ..."), which are left-aligned (but, like `para', has a #:align keyword for another kind of alignment).<br>

<br>Laurent<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 13, 2013 at 6:11 PM, Stephen Chang <span dir="ltr"><<a href="mailto:stchang@ccs.neu.edu" target="_blank">stchang@ccs.neu.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I dont think there's any way to specify the alignment of the entire<br>
slide. You'd have to do each element separately.<br>
<br>
For example, using<br>
<br>
(para "Please align left")<br>
<br>
as the title would align left and<br>
<br>
(para #:align 'right "Please align left")<br>
<br>
would align right.<br>
<br>
If all your slides have the same structure, you could define a new slide macro.<br>
<div><div class="h5"><br>
<br>
<br>
On Fri, Sep 13, 2013 at 11:31 AM, ironson <<a href="mailto:ironson@126.com">ironson@126.com</a>> wrote:<br>
> Hi all,<br>
><br>
> I am writing for a presentation using Slideshow. I want to align picts left.<br>
> But it aligns center. Below is my code<br>
><br>
> #lang slideshow<br>
><br>
> (slide<br>
>  #:title "Please align left"<br>
>  (t "Hello")<br>
>  (t "World"))<br>
> Thanks!<br>
><br>
> 2013-09-13<br>
> ________________________________<br>
> ironson<br>
><br>
</div></div>> ____________________<br>
>   Racket Users list:<br>
>   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
><br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div><br></div>