S5
If you’re gonna spend a week or two, immersed in writing software, you ought to have something to show for it. My previous post didn’t quite qualify. It was all about not having something (malicious javascript) to show.
Regular readers probably know about my dissatisfaction with Keynote. It’s a crappy vehicle for writing a talk containing equations. There’s no way that I should have to switch applications just to type an equation. And it’s completely absurd that I should have to fiddle around placing a little PDF image of an inline equation, to get the baselines to line up with the surrounding text. Yes, there are some utilities that make the situation slightly less intolerable. And, yes, it’s better than PowerPoint (which really is setting the bar awfully low).
But, really, one ought to be able to do better. S5 is a very nice presentation software package based on HTML and Javascript. Andrea even incorporated a nice S5 input-syntax in Maruku. Unfortunately, the Javascript that drives S5 isn’t compatible with real XHTML. So, at first blush, that seemed like a non-starter.
On the other hand, I’ve quite some experience fixing web software that’s broken when served as real XHTML …
Turns out that it wasn’t that hard.
So, I hereby announce the advent of S5 support in Instiki. An S5 slide show is just another Wiki page, with slightly-modified input semantics. Just set the category of your page
:category: S5-slideshow
and it doubles as an S5 slideshow. An “S5” View button appears at the bottom of the page. Click on it to start your slide show.
Of course, all the standard goodies are still there: itex equations, rendered to MathML, inline SVG, …
No spinning pie-charts. But, I suppose, if you really want them, they, too, are possible (or will be).
There’s a sample slide show (click on the “S5” link to start the show).
Now it’s time to get back to posting about Physics…
Posted by distler at March 1, 2007 4:38 PM
Re: S5
Wow! Very impressive!