latex2slides - a tool to create a slide presentation from a LaTeX source
latex2slides is a simple graphical program that produces a set of HTML/JPEG slides from a LaTeX (or TeX) source FILE. The program first produces a multipage postscript, using latex (or tex ) and dvips. Each postscript page is converted to a JPEG image using ImageMagick's convert. The program then makes one HTML page for each JPEG (or slide), and an index.html page. As a result, each slide in your slide presentation corresponds to one of the postscript pages you would obtain running latex on the LaTeX source. Alternatively, the source can be a multipage postscript, DVI or PDF FILE, and the image format for the slides can be set to PNG.
latex2slides
Open the Graphical User Interface (GUI)
latex2slides --title "A Title Here" file.tex
Choose given title, select file.tex and open GUI
latex2slides -c --title "A Title Here" file.tex
Same as above, but run in console instead of opening GUI.
HOME
Used to locate the default home directory
LATEX2SLIDES_HOME
Path to top-level installation directory (only needed in case
of a custom installation)
HOME/.latex2slides/
Local directory for user
HOME/.latex2slides/latex2slides.log
Log file
convert(1), latex(1), and the HTML documentation included with the distribution of latex2slides