TeXToWebPublishing (ttwp)
Description :
TeXToWebPublishing is a perl script that produces a set of html pages from a LaTeX source file.
The script creates one image for each html page. Each page in your slide presentation corresponds to one of the postscript pages you would obtain running LaTeX.
TeXToWebPublishing can also produce an index page corresponding to the table of contents you would obtain with LaTeX. Each item of the index page includes a link to the corresponding html page.
Links into the html pages can also be created with a special LaTeX command (see below).
Download :
ttwp_1.1.tgz
Snapshots :
index
page
Requirements: :
Perl, LaTeX, Ghostscript, Netpbm and ImageMagick.
Installation :
Type "sh install.sh" as root.
Synopsis :
"ttwp [options] file.tex"
Options :
Example : "ttwp -width=600 -navigation=1 -title='My title' -contentname='Table of contents' -align='left' -footnote='My footnote' -compilation=2 -tocdepth=1 -colordepth=256 -nointerlace file.tex"
Create links with ttwp:
You can create links in the html pages by using the \ttwplink{}{} command in the tex file.
Synopsis :
\ttwplink{http://www.mylink.com}{my text} (external link)
\ttwplink{page3.html}{my text} (internal link)
Example :
Authors :
© 2004 - P.Brachet / J.Amblard - Released under the GNU General Public License
Contact : pbrachet_NOSPAM_xm1math.net (replace _NOSPAM_ by @)
Other LaTeX -> Html conversion tools :
LaTeX2HTML
latex2slides.