Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Making and Viewing Slides
Last updated at 6:43 pm UTC on 20 August 2020

2019

An implementation idea in Pharo https://github.com/pablo1n7/Smallbook


2006

I'm using the new rendering files option in Squeak 2.2 to create slides for my classes. I have a file like this:

Here's one slide
***newslide***
Here's another one
***newslide***
Here's my last slide

And it kicks out files named 1.html, 2.html, 3.html, etc. with large text and next/previous links on it.

The code is at http://guzdial.cc.gatech.edu/st/slides.25Sep1250pm.cs You'll find that this also adds a "View as HTML" option to your fileList menu. It just opens up Scamper on the HTML file, which is useful if you're doing lots of file rendering from inside of Squeak.

Mark

Mark Guzdial : Georgia Tech : College of Computing : Atlanta, GA 30332-0280
(404) 894-5618 : Fax (404) 894-0673 : guzdial@cc.gatech.edu
http://www.cc.gatech.edu/gvu/people/Faculty/Mark.Guzdial.html