diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-23 15:15:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-23 15:15:46 +0000 |
commit | 4024e7aa8745c200d22598fc98a41e741acdad08 (patch) | |
tree | e3267b94ad37ff148c8170ef32482fa0648d2d7e /print/latex2slides/pkg-descr | |
parent | 0c62bdd3eb2602d82246b48d00578a175ce34fed (diff) | |
download | ports-4024e7aa8745c200d22598fc98a41e741acdad08.tar.gz ports-4024e7aa8745c200d22598fc98a41e741acdad08.zip |
Notes
Diffstat (limited to 'print/latex2slides/pkg-descr')
-rw-r--r-- | print/latex2slides/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/latex2slides/pkg-descr b/print/latex2slides/pkg-descr new file mode 100644 index 000000000000..cc7caec69e80 --- /dev/null +++ b/print/latex2slides/pkg-descr @@ -0,0 +1,11 @@ +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. + +WWW: http://udel.edu/~lmilano/latex2slides/ |