Personally, I'm very fond of spod5, which takes plain pod and converts it into an S5 slideshow, which can easily be displayed through IE or FireFox (press F11 for full-screen/kiosk mode). There are some other S5 modules that also produce these slideshows.

One option that no one seems to have mentioned yet is LaTeX; as an aficionado I'll do: there are many packages to write talks. A very popular choice currently is beamer with pdf output. I made my own thesis presentation with it and it was easy and straightforward. I have temporarily uploaded an example. (Please note that this is a preliminary version of the talk, it even contains an actual error, and for some reason I don't have the definitive one on this machine nor can I currently access it otherwise so the link is not going to work long.) Just consider that I stayed KISS, but you can do more complex things if you wish. Anyway you produce a simple pdf file that can be displayed with quite about any common viewer. With Acrobat Reader, and I suspect others, if you open it standalone as opposed to in a browser's window, it will automatically go full screen.

Now, my presentation didn't contain code, but for code listings the very popular choice is the listings package: I've not used it in connection with beamer nor any other presentation package and I am not aware of how they will interact, but I don't expect any particular problem. Anyway I know people do create presentations in LaTeX containing code, so some way or another it is certainly possible.

Update: I just tested the link I posted above and for some reason it doesn't seem to work, well at least with Firefox: the file gets truncated at some time. I downloaded it with wget and I get the whole file. I suspect there are some problems with the perlmonk.org hosting a few fellow monks are kindly offering us.


In reply to Re^2: (OT) Presentations Involving Code by blazar
in thread (OT) Presentations Involving Code by dorko

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.