vendredi 17 avril 2015

How can I wrap text around an Image in a Scheme Slideshow?

I'm trying to code a slideshow using Racket, and I want most of my images to be on the right hand side of my text.


So far I have the image where i want it, but all text afterwards ends up under the image to the left. I cant seem to get the text to occupy the same space as the image, just to the side of it. Like this.


Any help is appreciated. Code Below:



(slide
(item #:align 'right (bitmap "cyberdyne_behind_the_scenes.jpg"))

(item "Artificial Intelligence")

(item "Neural Network")
(para " Processors" )

(item "Advanced Robotics")
(para " Systems for Medicine")

(item "Consumer Products")

(item "Defense"))

Aucun commentaire:

Enregistrer un commentaire