HEAD PREVIOUS

2  Splitting of LATEXdocuments into multiple Web pages

Small or moderate-sized TEXdocuments, up to at least 100 kbytes in size, when translated by TTHgold produce HTML documents that are managable for Web publication as one ``Web page'', that is, one HTML file. Single files are much more convenient for management on the server side, but also, despite their significant size, they are comfortable for browsing because the TTH translation produces compact HTML code that immediately displays in the browser even while the rest of the document is being downloaded. HTML reference links within the document, such as from the table of contents, generated automatically by TTHgold, make navigation easy and intuitive.

Nevertheless, there are occasions, such as when dealing with book-length LATEXdocuments, when it is advantageous to be able to split a single TEX document into multiple HTML documents (``web pages''). TTHgold offers this splitting capability. It can optionally produce a set of hyperlinked HTML documents representing either the chapters (of a book) or the sections of the document. In addition to serial linking of these web pages, so that the document can be read sequentially, TTHgold produces a table of contents that correctly hyperlinks to each of the individual chapters , sections, etc. in the different HTML files. In addition internal references to labels, tables, equations etc. are also translated into correct hyperreferences among the HTML files. See section 4.


HEAD NEXT