LATEX2SLIDES

Section: FSF (1)
Updated: October 2003
Index | Return to Main Contents
 

NAME

latex2slides - a tool to create a slide presentation from a LaTeX source  

SYNOPSIS

latex2slides [OPTION] [FILE]  

DESCRIPTION

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.  

OPTIONS

-a, --author NAME
set slides author's NAME
-c, --console
run in console, do not open graphic interface
-C, --css CSSFILE
set CSSFILE as the cascading style sheet
-h, --help
display this help and exit
-m, --magnification N
set image magnification (default: N=100)
-M, --thumbnail-magnification N
(default: N=20)
-O, --orientation OPT
where OPT is one of the following: portrait, portrait-upside-down, landscape, landscape-upside-down
-o, --output DIRECTORY set output DIRECTORY for slides
-r, --resolution R
set R as postscript resolution (default=95)
-s, --source S
where S is one of the following: autodetect, latex, tex, dvi, ps, pdf
-t, --title TITLE
set presentation TITLE
-v, --version
display version information and exit
 

EXAMPLES

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.   

ENVIRONMENT

HOME
       Used to locate the default home directory

LATEX2SLIDES_HOME
       Path to top-level installation directory (only needed in case of a custom installation)  

FILES

HOME/.latex2slides/
       Local directory for user

HOME/.latex2slides/latex2slides.log
       Log file  

REPORTING BUGS

Report bugs to <lmilano@udel.edu>  

SEE ALSO

convert(1), latex(1), and the HTML documentation included with the distribution of latex2slides


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
ENVIRONMENT
FILES
REPORTING BUGS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:40:39 GMT, October 27, 2003