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
TrackBack URL for this Entry: http://golem.ph.utexas.edu/cgi-bin/MT-3.0/dxy-tb.fcgi/1185
Re: S5
A few OSX apps can go full screen – such as Quicktime for movies, Keynote, and I think even some Adobe apps do this – hiding the dock, menu bar, and window title bar. This would be good for presentations. Is there a Firefox plugin that will fill the full screen with a web page at the touch of a command key? Or an app that will mirror a window’s contents to a second display?
If not, there’s a $5 app called menufella that will hide the menu bar – which is part way there.
Re: S5
S5 is very nice. I used S5+ASCIIMathML for a talk last year. This could be an even nicer solution – thanks.
Now just to see if it’ll render properly when I go to my office tomorrow. It’s fine in Firefox 2 on linux, meaning it likely also works fine in Mozilla. Konqueor just shows the outline view.
Re: konqueror fix
Could you please describe exactly, what you’ve done to fix it for konqueror? I’m just evaluating S5 and thought it would be a problem with the js-engine of konqueror.
Thx!
Re: S5
Out of curiosity, what are you using to produce SVG graphics? If you haven’t tried it I recommend inkscape
http://www.inkscape.org/
It’s free and it has built in support for rendering LaTeX within an image. Plus, it exports to a wide range of formats.
Re: S5
Wow, this does indeed look very impressive.
Is there any chance you are going to write up some kind of tutorial to incorporate this code into other Instiki clones?
A tutorial would be much easier for those of us with only limited RoR knowledge… and we’d certainly appreciate it.
Re: S5
Thanks for the comment.
I’ll see if I can figure some stuff out.
However, I wanted to clarify something. I’m _not_ working on another Instiki clone. I don’t have enough knowledge for it to be worthwile. All I’ve done so far is revamped the editing interface (which is strictly HTML, ECMAScript and CSS)
Adding S5 support would be a major thing for me, but who knows. It might just work. :-)
Thanks in any case for sharing your work with the community.
Read the post
Suboptimized
Weblog: Musings
Excerpt: Making Ruby work reliably on my G4 iBook.
Tracked: August 31, 2007 11:39 PM
Re: S5
Wow! Very impressive!