Latex2slides is a simple graphical program that produces a set of HTML/JPEG slides from a TeX or LaTeX source. 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 page in your slide presentation corresponds to one of the Postscript pages you would obtain from 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.
| Tags | Scientific/Engineering Text Processing |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | Python |
Recent releases


Changes: This is the second major stable release. There are only minor changes since the last beta: updated documentation, a new command line option (thumbnail magnification), and Mozilla is the new default browser.


Changes: Thumbnail navigation is a new option for the index.html page. A lock file prevents multiple instances of the program. There is a minor bugfix in the HTML generation, and an updated documentation and configuration dialog.


Changes: Bugfixes to avoid problems that occur due to some changes in Python 2.2 that are not totally back-compatible. Only upgrade to this version if you are using Python 2.2.


Changes: An improved layout (you can choose a header, footer, and slide-info bar), autodetection of the slides title in LaTeX sources., setting most of the layout by CSS (which allows better user customization of the slides layout), updated PNG navigation icons, several minor changes in the code, and updated documentation.


Changes: A graphical navigation bar (using icons) was implemented in slides. A minor bug was fixed in "slides -> Make one". The LATEX2SLIDES_HOME environment variable was implemented (for custom install). The documentation and man page were updated. Some new menu options were added: File -> Open -> Sample (open a sample LaTeX source) and View -> Log File.