in reply to Easiest-to-use Perl slideshow generator?

As LanX reported LaTeX + Beamer is a very powerful combination, but it pre-supposes some knowledge of (La)TeX to use it to its full extent.

If there has to be a Perl angle to it, you can make a template in (for instance) Template::Toolkit and fill that through a Perl script that takes its input from a simple text file.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics
  • Comment on Re: Easiest-to-use Perl slideshow generator?