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).
-startindex= (the number of the ps page corresponding to the first numberline indexed in the toc file / default : 1 ) - Special option for the book and report class document
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 :